#8E79CD

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

Shades of True V #8E79CD

Tints of True V #8E79CD

Color information

#8E79CD (or 0x8E79CD) is unknown color: approx True V. HEX triplet: 8E, 79 and CD. RGB value is (142,121,205). Sum of RGB (Red+Green+Blue) = 142+121+205=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E79CD is #718632. Grayscale: #888888. Windows color (decimal): -7439923 or 13465998. OLE color: 13465998.

HSL color Cylindrical-coordinate representation of color #8E79CD: hue angle of 255º 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 #8E79CD is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142121205-
CMYK0.310.4100.20
HSL255º45.65%63.92%-
HSV(B)255º40.98%80.39%-
XYZ29.0123.8360.83-
YUV136.85166.46131.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.34%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=30.34%
G=25.85%
B=43.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421212050.310.4100.2025545.6563.92
Hex8E79CD1F29014ff2e40
Octal216171315375102437756100
Binary1000111011110011100110111111101001010100111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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