#989085

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

Shades of Heathered Grey #989085

Tints of Heathered Grey #989085

Color information

#989085 (or 0x989085) is unknown color: approx Heathered Grey. HEX triplet: 98, 90 and 85. RGB value is (152,144,133). Sum of RGB (Red+Green+Blue) = 152+144+133=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #989085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989085 is #676F7A. Grayscale: #919191. Windows color (decimal): -6778747 or 8753304. OLE color: 8753304.

HSL color Cylindrical-coordinate representation of color #989085: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989085 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152144133-
CMYK00.050.130.40
HSL34.74º8.44%55.88%-
HSV(B)34.74º12.5%59.61%-
XYZ27.1628.3226.22-
YUV145.14121.15132.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=35.43%
G=33.57%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214413300.050.130.4034.748.4455.88
Hex98908505D2823838
Octal230220205051550431070
Binary100110001001000010000101010111011010001000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989085; }

 p { color: rgb(152,144,133); }

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

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

 a { background-color: rgb(152,144,133); }

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

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

 span { border-color: rgb(152,144,133); }

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