#8E7DBF

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

Shades of True V #8E7DBF

Tints of True V #8E7DBF

Color information

#8E7DBF (or 0x8E7DBF) is unknown color: approx True V. HEX triplet: 8E, 7D and BF. RGB value is (142,125,191). Sum of RGB (Red+Green+Blue) = 142+125+191=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DBF is #718240. Grayscale: #898989. Windows color (decimal): -7438913 or 12549518. OLE color: 12549518.

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

Color convert

RGB142125191-
CMYK0.260.3500.25
HSL255.45º34.02%61.96%-
HSV(B)255.45º34.55%74.9%-
XYZ27.8924.1852.49-
YUV137.61158.13131.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 191 (75% from 255) = 41.70%
R=31.00%
G=27.29%
B=41.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421251910.260.3500.25255.4534.0261.96
Hex8E7DBF1A23019ff223e
Octal21617527732430313774276
Binary100011101111101101111111101010001101100111111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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