#8E7FBD

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

Shades of True V #8E7FBD

Tints of True V #8E7FBD

Color information

#8E7FBD (or 0x8E7FBD) is unknown color: approx True V. HEX triplet: 8E, 7F and BD. RGB value is (142,127,189). Sum of RGB (Red+Green+Blue) = 142+127+189=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E7FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FBD is #718042. Grayscale: #8A8A8A. Windows color (decimal): -7438403 or 12418958. OLE color: 12418958.

HSL color Cylindrical-coordinate representation of color #8E7FBD: hue angle of 254.52º 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 #8E7FBD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142127189-
CMYK0.250.3300.26
HSL254.52º31.96%61.96%-
HSV(B)254.52º32.8%74.12%-
XYZ27.9324.651.42-
YUV138.55156.47130.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=31.00%
G=27.73%
B=41.27%

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
Decimal1421271890.250.3300.26254.5231.9661.96
Hex8E7FBD192101Aff203e
Octal21617727531410323774076
Binary100011101111111101111011100110000101101011111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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