#8E79BA

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

Shades of True V #8E79BA

Tints of True V #8E79BA

Color information

#8E79BA (or 0x8E79BA) is unknown color: approx True V. HEX triplet: 8E, 79 and BA. RGB value is (142,121,186). Sum of RGB (Red+Green+Blue) = 142+121+186=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E79BA is #718645. Grayscale: #868686. Windows color (decimal): -7439942 or 12220814. OLE color: 12220814.

HSL color Cylindrical-coordinate representation of color #8E79BA: hue angle of 259.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E79BA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142121186-
CMYK0.240.3500.27
HSL259.38º32.02%60.2%-
HSV(B)259.38º34.95%72.94%-
XYZ26.8622.9749.47-
YUV134.69156.96133.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=31.63%
G=26.95%
B=41.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421211860.240.3500.27259.3832.0260.2
Hex8E79BA182301B103203c
Octal21617127230430334034074
Binary1000111011110011011101011000100011011011100000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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