#8E86B6

Color #8E86B6 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #8E86B6

Tints of Cold Purple #8E86B6

Color information

#8E86B6 (or 0x8E86B6) is unknown color: approx Cold Purple. HEX triplet: 8E, 86 and B6. RGB value is (142,134,182). Sum of RGB (Red+Green+Blue) = 142+134+182=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E86B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86B6 is #717949. Grayscale: #8D8D8D. Windows color (decimal): -7436618 or 11961998. OLE color: 11961998.

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

Color convert

RGB142134182-
CMYK0.220.2600.29
HSL250º24.74%61.96%-
HSV(B)250º26.37%71.37%-
XYZ28.1226.1847.83-
YUV141.86150.65128.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=31.00%
G=29.26%
B=39.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421341820.220.2600.2925024.7461.96
Hex8E86B6161A01Dfa193e
Octal21620626626320353723176
Binary10001110100001101011011010110110100111011111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E86B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,182); }

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

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

 a { background-color: rgb(142,134,182); }

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

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

 span { border-color: rgb(142,134,182); }

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