#8F79CD

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

Shades of True V #8F79CD

Tints of True V #8F79CD

Color information

#8F79CD (or 0x8F79CD) is unknown color: approx True V. HEX triplet: 8F, 79 and CD. RGB value is (143,121,205). Sum of RGB (Red+Green+Blue) = 143+121+205=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F79CD is #708632. Grayscale: #888888. Windows color (decimal): -7374387 or 13465999. OLE color: 13465999.

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

Color convert

RGB143121205-
CMYK0.300.4100.20
HSL255.71º45.65%63.92%-
HSV(B)255.71º40.98%80.39%-
XYZ29.1823.9260.84-
YUV137.15166.29132.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=30.49%
G=25.80%
B=43.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431212050.300.4100.20255.7145.6563.92
Hex8F79CD1E290141002e40
Octal217171315365102440056100
Binary10001111111100111001101111101010010101001000000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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