#8C79BE

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

Shades of True V #8C79BE

Tints of True V #8C79BE

Color information

#8C79BE (or 0x8C79BE) is unknown color: approx True V. HEX triplet: 8C, 79 and BE. RGB value is (140,121,190). Sum of RGB (Red+Green+Blue) = 140+121+190=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C79BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79BE is #738641. Grayscale: #868686. Windows color (decimal): -7571010 or 12482956. OLE color: 12482956.

HSL color Cylindrical-coordinate representation of color #8C79BE: hue angle of 256.52º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C79BE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140121190-
CMYK0.260.3600.25
HSL256.52º34.67%60.98%-
HSV(B)256.52º36.32%74.51%-
XYZ26.9522.9751.73-
YUV134.55159.29131.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=31.04%
G=26.83%
B=42.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401211900.260.3600.25256.5234.6760.98
Hex8C79BE1A24019101233d
Octal21417127632440314014375
Binary1000110011110011011111011010100100011001100000001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,190); }

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

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

 a { background-color: rgb(140,121,190); }

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

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

 span { border-color: rgb(140,121,190); }

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