Html Css Color HEX #889199 Light Slate Grey

📋 copy color: '#889199'

red 136 ◦ green 145 ◦ blue 153

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

Shades of Light Slate Grey #889199

Tints of Light Slate Grey #889199

RGB

 RED value IS 136 (53.52% from 255) = 31.34%

 GREEN value IS 145 (57.03% from 255) = 33.41%

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 31.34%
G = 33.41%
B = 35.25%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#889199 (or 0x889199) is known color: Light Slate Grey. HEX triplet: 88, 91 and 99. RGB value is (136,145,153). Sum of RGB (Red+Green+Blue) = 136+145+153=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 145 (57.03% from 255 or 33.41% 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 #889199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889199 is #776E66. Grayscale: #8F8F8F. Windows color (decimal): -7827047 or 10064264. OLE color: 10064264.

HSL color Cylindrical-coordinate representation of color #889199: hue angle of 208.24º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889199 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 145 153 -
CMYK 0.11 0.05 0 0.4
HSL 208.24º 0.08% 0.57% -
HSV(B) 208.24º 0.11% 0.6% -
XYZ 26.03 27.78 34.13 -
YUV 143.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 136 145 153 0.11 0.05 0 0.4 208.24 0.08 0.57
Hex 88 91 99 B 5 0 28 D0 8 39
Octal 210 221 231 13 5 0 50 320 10 71
Binary 10001000 10010001 10011001 1011 101 0 101000 11010000 1000 111001

Color Harmonies of #889199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889199

Black with #889199

Text Example


Text Example

White with #889199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889199; }

 p { color: rgb(136,145,153); }

 H1.HeaderClassName
 {
   color: #889199;
 }
 .AnyTagClassName
 {
   color: #889199;
 }
</style>

background-color css

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

 a { background-color: rgb(136,145,153); }

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

border-color css

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

 span { border-color: rgb(136,145,153); }

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