#8E7CBD

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

Shades of True V #8E7CBD

Tints of True V #8E7CBD

Color information

#8E7CBD (or 0x8E7CBD) is unknown color: approx True V. HEX triplet: 8E, 7C and BD. RGB value is (142,124,189). Sum of RGB (Red+Green+Blue) = 142+124+189=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E7CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CBD is #718342. Grayscale: #888888. Windows color (decimal): -7439171 or 12418190. OLE color: 12418190.

HSL color Cylindrical-coordinate representation of color #8E7CBD: hue angle of 256.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E7CBD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142124189-
CMYK0.250.3400.26
HSL256.62º32.99%61.37%-
HSV(B)256.62º34.39%74.12%-
XYZ27.5523.8451.29-
YUV136.79157.46131.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=31.21%
G=27.25%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421241890.250.3400.26256.6232.9961.37
Hex8E7CBD192201A101213d
Octal21617427531420324014175
Binary1000111011111001011110111001100010011010100000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,124,189); }

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

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

 a { background-color: rgb(142,124,189); }

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

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

 span { border-color: rgb(142,124,189); }

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