#988E83

Color #988E83 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #988E83

Tints of Heathered Grey #988E83

Color information

#988E83 (or 0x988E83) is unknown color: approx Heathered Grey. HEX triplet: 98, 8E and 83. RGB value is (152,142,131). Sum of RGB (Red+Green+Blue) = 152+142+131=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #988E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E83 is #67717C. Grayscale: #8F8F8F. Windows color (decimal): -6779261 or 8621720. OLE color: 8621720.

HSL color Cylindrical-coordinate representation of color #988E83: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988E83 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152142131-
CMYK00.070.140.40
HSL31.43º9.25%55.49%-
HSV(B)31.43º13.82%59.61%-
XYZ26.7227.6625.4-
YUV143.74120.81133.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=35.76%
G=33.41%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214213100.070.140.4031.439.2555.49
Hex988E8307E281f937
Octal230216203071650371167
Binary10011000100011101000001101111110101000111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988E83; }

 p { color: rgb(152,142,131); }

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

<style>
 a { background-color: #988E83; }

 a { background-color: rgb(152,142,131); }

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

<style>
 span { border-color: #988E83; }

 span { border-color: rgb(152,142,131); }

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