#8F79CA

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

Shades of True V #8F79CA

Tints of True V #8F79CA

Color information

#8F79CA (or 0x8F79CA) is unknown color: approx True V. HEX triplet: 8F, 79 and CA. RGB value is (143,121,202). Sum of RGB (Red+Green+Blue) = 143+121+202=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F79CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F79CA is #708635. Grayscale: #888888. Windows color (decimal): -7374390 or 13269391. OLE color: 13269391.

HSL color Cylindrical-coordinate representation of color #8F79CA: hue angle of 256.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F79CA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143121202-
CMYK0.290.4000.21
HSL256.3º43.32%63.33%-
HSV(B)256.3º40.1%79.22%-
XYZ28.8323.7858.95-
YUV136.81164.79132.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.69%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=30.69%
G=25.97%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431212020.290.4000.21256.343.3263.33
Hex8F79CA1D280151002b3f
Octal21717131235500254005377
Binary1000111111110011100101011101101000010101100000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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