#8E79BE

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

Shades of True V #8E79BE

Tints of True V #8E79BE

Color information

#8E79BE (or 0x8E79BE) is unknown color: approx True V. HEX triplet: 8E, 79 and BE. RGB value is (142,121,190). Sum of RGB (Red+Green+Blue) = 142+121+190=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E79BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E79BE is #718641. Grayscale: #868686. Windows color (decimal): -7439938 or 12482958. OLE color: 12482958.

HSL color Cylindrical-coordinate representation of color #8E79BE: hue angle of 258.26º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E79BE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142121190-
CMYK0.250.3600.25
HSL258.26º34.67%60.98%-
HSV(B)258.26º36.32%74.51%-
XYZ27.2923.1451.74-
YUV135.15158.96132.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=31.35%
G=26.71%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421211900.250.3600.25258.2634.6760.98
Hex8E79BE1924019102233d
Octal21617127631440314024375
Binary1000111011110011011111011001100100011001100000010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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