#8E7DBD

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

Shades of True V #8E7DBD

Tints of True V #8E7DBD

Color information

#8E7DBD (or 0x8E7DBD) is unknown color: approx True V. HEX triplet: 8E, 7D and BD. RGB value is (142,125,189). Sum of RGB (Red+Green+Blue) = 142+125+189=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E7DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DBD is #718242. Grayscale: #898989. Windows color (decimal): -7438915 or 12418446. OLE color: 12418446.

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

Color convert

RGB142125189-
CMYK0.250.3400.26
HSL255.94º32.65%61.57%-
HSV(B)255.94º33.86%74.12%-
XYZ27.6724.0951.34-
YUV137.38157.13131.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.14%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=31.14%
G=27.41%
B=41.45%

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
Decimal1421251890.250.3400.26255.9432.6561.57
Hex8E7DBD192201A100213e
Octal21617527531420324004176
Binary1000111011111011011110111001100010011010100000000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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