#8F79BE

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

Shades of True V #8F79BE

Tints of True V #8F79BE

Color information

#8F79BE (or 0x8F79BE) is unknown color: approx True V. HEX triplet: 8F, 79 and BE. RGB value is (143,121,190). Sum of RGB (Red+Green+Blue) = 143+121+190=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F79BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F79BE is #708641. Grayscale: #878787. Windows color (decimal): -7374402 or 12482959. OLE color: 12482959.

HSL color Cylindrical-coordinate representation of color #8F79BE: hue angle of 259.13º 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 #8F79BE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143121190-
CMYK0.250.3600.25
HSL259.13º34.67%60.98%-
HSV(B)259.13º36.32%74.51%-
XYZ27.4623.2351.75-
YUV135.44158.79133.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=31.50%
G=26.65%
B=41.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431211900.250.3600.25259.1334.6760.98
Hex8F79BE1924019103233d
Octal21717127631440314034375
Binary1000111111110011011111011001100100011001100000011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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