#8E7EBD

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

Shades of True V #8E7EBD

Tints of True V #8E7EBD

Color information

#8E7EBD (or 0x8E7EBD) is unknown color: approx True V. HEX triplet: 8E, 7E and BD. RGB value is (142,126,189). Sum of RGB (Red+Green+Blue) = 142+126+189=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E7EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EBD is #718142. Grayscale: #898989. Windows color (decimal): -7438659 or 12418702. OLE color: 12418702.

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

Color convert

RGB142126189-
CMYK0.250.3300.26
HSL255.24º32.31%61.76%-
HSV(B)255.24º33.33%74.12%-
XYZ27.824.3551.38-
YUV137.97156.8130.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=31.07%
G=27.57%
B=41.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421261890.250.3300.26255.2432.3161.76
Hex8E7EBD192101Aff203e
Octal21617627531410323774076
Binary100011101111110101111011100110000101101011111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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