#8E807F

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

Shades of Opium #8E807F

Tints of Opium #8E807F

Color information

#8E807F (or 0x8E807F) is unknown color: approx Opium. HEX triplet: 8E, 80 and 7F. RGB value is (142,128,127). Sum of RGB (Red+Green+Blue) = 142+128+127=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E807F is #717F80. Grayscale: #848484. Windows color (decimal): -7438209 or 8355982. OLE color: 8355982.

HSL color Cylindrical-coordinate representation of color #8E807F: hue angle of 4º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E807F is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB142128127-
CMYK00.100.110.44
HSL6.22%52.75%-
HSV(B)10.56%55.69%-
XYZ22.7122.7223.27-
YUV132.07125.14135.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 127 (50% from 255) = 31.99%
R=35.77%
G=32.24%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212812700.100.110.4446.2252.75
Hex8E807F0AB2C4635
Octal21620017701213544665
Binary10001110100000001111111010101011101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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