Html Css Color HEX #88909C Light Slate Grey

📋 copy color: '#88909C'

red 136 ◦ green 144 ◦ blue 156

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

Shades of Light Slate Grey #88909C

Tints of Light Slate Grey #88909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 31.19%
G = 33.03%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88909C (or 0x88909C) is known color: Light Slate Grey. HEX triplet: 88, 90 and 9C. RGB value is (136,144,156). Sum of RGB (Red+Green+Blue) = 136+144+156=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #88909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88909C is #776F63. Grayscale: #8E8E8E. Windows color (decimal): -7827300 or 10260616. OLE color: 10260616.

HSL color Cylindrical-coordinate representation of color #88909C: hue angle of 216º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88909C is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 144 156 -
CMYK 0.13 0.08 0 0.39
HSL 216º 0.09% 0.57% -
HSV(B) 216º 0.13% 0.61% -
XYZ 26.13 27.58 35.4 -
YUV 142.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 136 144 156 0.13 0.08 0 0.39 216 0.09 0.57
Hex 88 90 9C D 8 0 27 D8 9 39
Octal 210 220 234 15 10 0 47 330 11 71
Binary 10001000 10010000 10011100 1101 1000 0 100111 11011000 1001 111001

Color Harmonies of #88909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88909C

Black with #88909C

Text Example


Text Example

White with #88909C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88909C; }

 p { color: rgb(136,144,156); }

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

background-color css

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

 a { background-color: rgb(136,144,156); }

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

border-color css

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

 span { border-color: rgb(136,144,156); }

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