COLOR #7135C9

HEX: #7135C9
RGB: (113,53,201)

Color info

#7135C9 contains mainly blue color. Web safe color of #7135C9 is #6633CC (or #63C).

RGB color model

#7135C9 color RGB value is (113,53,201).

  • red value is 113;
  • green value is 53;
  • blue value is 201.
RGB:
(113,53,201)
(44%,21%,79%)

RGB channels and saturation

R 113 of 255 = 44%
G 53 of 255 = 21%
B 201 of 255 = 79%

113
53
201

R + G + B ~ 48%. #7135C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 53 + 201 = 367 (100%)
R 113 of 367 ~ 30.79%
G 53 of 367 ~ 14.44%
B 201 of 367 ~ 54.77%

%30.79
%14.44
%54.77

CMYK color model

#7135C9 color CMYK value is (44,74,0,21).

  • cyan value is 43.78%
  • magenta value is 73.63%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(44,74,0,21)
C44M74Y0K21 
(44%,74%,0%,21%)
(0.44/0.74/0.00/0.21)	

CMYK percentages

%43.78
%73.63
%0
%21.18

Codes

Color #7135C9 in popluar color models

7135C9
RGB11353201
HSL264°58.27%49.80%
HSB/HSV264°73.63%78.82%
CMYK43.78%73.63%0.00%
21.18%

Color #7135C9 in popluar number systems.

HEX7135C9
Decimal11353201
Binary111000111010111001001
Octal16165311

Shades and tints

Shades of #7135C9

#7135C9
(113,53,201)
#6731B7
(103,49,183)
#5D2DA5
(93,45,165)
#532993
(83,41,147)
#492581
(73,37,129)
#3F216F
(63,33,111)
#351D5D
(53,29,93)
#2B194B
(43,25,75)
#211539
(33,21,57)
#171127
(23,17,39)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #7135C9

#7135C9
(113,53,201)
#7D47CD
(125,71,205)
#8959D1
(137,89,209)
#956BD5
(149,107,213)
#A17DD9
(161,125,217)
#AD8FDD
(173,143,221)
#B9A1E1
(185,161,225)
#C5B3E5
(197,179,229)
#D1C5E9
(209,197,233)
#DDD7ED
(221,215,237)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7135C9 color. Also use rgb(113,53,201) instead hex code.

Text Font Color

.myTextColor { color: #7135C9; }

<p style="color:#7135C9">This sample text font color is #7135C9.</p>

This text font color is #7135C9.


Background Color

.myBgColor { background-color: #7135C9; }

<div style="background-color:#7135C9">Inner text</div>

This div background color is #7135C9.


Border color

.myBorderColor { border: 1px solid #7135C9; }

<div style="border:3px solid #7135C9">Div</div>

This div border color is #7135C9.


Opacity

.myOpacity80 { color: #7135C9; opacity: 0.8; }

<p style="color:#7135C9;opacity:0.8;">80%</p>

Text with #7135C9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7135C9;}

<p style="text-shadow: 3px 3px 1px #7135C9">Text here.</p>

This text has shadow with #7135C9 color.

.textShadow {text-shadow: 3px 3px 1px #7135C9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7135C9, 5px 5px 20px red">Text here.</p>

This text has shadow with #7135C9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7135C9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7135C9, Direction=45, Strength=4)">Text</p>

This text has shadow with #7135C9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7135C9;
  -webkit-box-shadow:	1px 1px 3px 2px #7135C9;
  box-shadow:		1px 1px 3px 2px #7135C9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7135C9;
-webkit-box-shadow: 1px 1px 3px 2px #7135C9;
box-shadow:1px 1px 3px 2px #7135C9;">
Div content here</div>
This div box has shadow with color #7135C9.

Preview

Color preview on black background

This text has color #7135C9 on black background.


Color preview on white background

This text has color #7135C9 on white background.



Black color preview on #7135C9 background

This text has black color on #7135C9 background.


White color preview on #7135C9 background

This text has white color on #7135C9 background.