#899099

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

Shades of Light Slate Grey #899099

Tints of Light Slate Grey #899099

Color information

#899099 (or 0x899099) is unknown color: approx Light Slate Grey. HEX triplet: 89, 90 and 99. RGB value is (137,144,153). Sum of RGB (Red+Green+Blue) = 137+144+153=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #899099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899099 is #766F66. Grayscale: #8E8E8E. Windows color (decimal): -7761767 or 10064009. OLE color: 10064009.

HSL color Cylindrical-coordinate representation of color #899099: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899099 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB137144153-
CMYK0.100.0600.4
HSL213.75º7.27%56.86%-
HSV(B)213.75º10.46%60%-
XYZ26.0427.5634.09-
YUV142.93133.68123.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=31.57%
G=33.18%
B=35.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371441530.100.0600.4213.757.2756.86
Hex899099A6028d6739
Octal211220231126050326771
Binary1000100110010000100110011010110010100011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899099; }

 p { color: rgb(137,144,153); }

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

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

 a { background-color: rgb(137,144,153); }

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

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

 span { border-color: rgb(137,144,153); }

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