#8E79C4

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

Shades of True V #8E79C4

Tints of True V #8E79C4

Color information

#8E79C4 (or 0x8E79C4) is unknown color: approx True V. HEX triplet: 8E, 79 and C4. RGB value is (142,121,196). Sum of RGB (Red+Green+Blue) = 142+121+196=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #8E79C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E79C4 is #71863B. Grayscale: #878787. Windows color (decimal): -7439932 or 12876174. OLE color: 12876174.

HSL color Cylindrical-coordinate representation of color #8E79C4: hue angle of 256.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E79C4 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB142121196-
CMYK0.280.3800.23
HSL256.8º38.86%62.16%-
HSV(B)256.8º38.27%76.86%-
XYZ27.9623.4155.27-
YUV135.83161.96132.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=30.94%
G=26.36%
B=42.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421211960.280.3800.23256.838.8662.16
Hex8E79C41C26017101273e
Octal21617130434460274014776
Binary1000111011110011100010011100100110010111100000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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