Html Css Color HEX #899099 Light Slate Grey

📋 copy color: '#899099'

red 137 ◦ green 144 ◦ blue 153

#899099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #899099

Tints of Light Slate Grey #899099

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 value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#899099 (or 0x899099) is known color: 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

RGB 137 144 153 -
CMYK 0.10 0.06 0 0.4
HSL 213.75º 0.07% 0.57% -
HSV(B) 213.75º 0.1% 0.6% -
XYZ 26.04 27.56 34.09 -
YUV 142.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 137 144 153 0.10 0.06 0 0.4 213.75 0.07 0.57
Hex 89 90 99 A 6 0 28 D6 7 39
Octal 211 220 231 12 6 0 50 326 7 71
Binary 10001001 10010000 10011001 1010 110 0 101000 11010110 111 111001

Color Harmonies of #899099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899099

Black with #899099

Text Example


Text Example

White with #899099

Text Example


Text Example

HTML Codes & Css Web 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>