#8F79CE

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

Shades of True V #8F79CE

Tints of True V #8F79CE

Color information

#8F79CE (or 0x8F79CE) is unknown color: approx True V. HEX triplet: 8F, 79 and CE. RGB value is (143,121,206). Sum of RGB (Red+Green+Blue) = 143+121+206=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F79CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F79CE is #708631. Grayscale: #888888. Windows color (decimal): -7374386 or 13531535. OLE color: 13531535.

HSL color Cylindrical-coordinate representation of color #8F79CE: hue angle of 255.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F79CE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143121206-
CMYK0.310.4100.19
HSL255.53º46.45%64.12%-
HSV(B)255.53º41.26%80.78%-
XYZ29.3123.9761.47-
YUV137.27166.79132.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.43%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=30.43%
G=25.74%
B=43.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431212060.310.4100.19255.5346.4564.12
Hex8F79CE1F290131002e40
Octal217171316375102340056100
Binary10001111111100111001110111111010010100111000000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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