#8E827F

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

Shades of Suva Grey #8E827F

Tints of Suva Grey #8E827F

Color information

#8E827F (or 0x8E827F) is unknown color: approx Suva Grey. HEX triplet: 8E, 82 and 7F. RGB value is (142,130,127). Sum of RGB (Red+Green+Blue) = 142+130+127=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 142 - color contains mainly: red. Hex color #8E827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E827F is #717D80. Grayscale: #858585. Windows color (decimal): -7437697 or 8356494. OLE color: 8356494.

HSL color Cylindrical-coordinate representation of color #8E827F: hue angle of 12º 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 #8E827F is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB142130127-
CMYK00.080.110.44
HSL12º6.22%52.75%-
HSV(B)12º10.56%55.69%-
XYZ22.9723.2523.36-
YUV133.25124.48134.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 127 (50% from 255) = 31.83%
R=35.59%
G=32.58%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213012700.080.110.44126.2252.75
Hex8E827F08B2Cc635
Octal216202177010135414665
Binary100011101000001011111110100010111011001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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