#8C74BF

Color #8C74BF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8C74BF

Tints of True V #8C74BF

Color information

#8C74BF (or 0x8C74BF) is unknown color: approx True V. HEX triplet: 8C, 74 and BF. RGB value is (140,116,191). Sum of RGB (Red+Green+Blue) = 140+116+191=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74BF is #738B40. Grayscale: #838383. Windows color (decimal): -7572289 or 12547212. OLE color: 12547212.

HSL color Cylindrical-coordinate representation of color #8C74BF: hue angle of 259.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C74BF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140116191-
CMYK0.270.3900.25
HSL259.2º36.95%60.2%-
HSV(B)259.2º39.27%74.9%-
XYZ26.4621.8352.11-
YUV131.73161.45133.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 191 (75% from 255) = 42.73%
R=31.32%
G=25.95%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401161910.270.3900.25259.236.9560.2
Hex8C74BF1B27019103253c
Octal21416427733470314034574
Binary1000110011101001011111111011100111011001100000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C74BF; }

 p { color: rgb(140,116,191); }

 H1.HeaderClassName
 {
   color: #8C74BF;
 }
 .AnyTagClassName
 {
   color: #8C74BF;
 }
</style>
background-color css

<style>
 a { background-color: #8C74BF; }

 a { background-color: rgb(140,116,191); }

 div.DivClassName
 {
   background-color: #8C74BF;
 }
 .BgClassName
 {
   background-color: #8C74BF;
 }
</style>
border-color css

<style>
 span { border-color: #8C74BF; }

 span { border-color: rgb(140,116,191); }

 td.TdClassName
 {
   border-color: #8C74BF;
 }
 .TagClassName
 {
   border-color: #8C74BF;
 }
</style>