Html Css Color HEX #88929E Light Slate Grey

📋 copy color: '#88929E'

red 136 ◦ green 146 ◦ blue 158

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

Shades of Light Slate Grey #88929E

Tints of Light Slate Grey #88929E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 30.91%
G = 33.18%
B = 35.91%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88929E (or 0x88929E) is known color: Light Slate Grey. HEX triplet: 88, 92 and 9E. RGB value is (136,146,158). Sum of RGB (Red+Green+Blue) = 136+146+158=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 158 - color contains mainly: blue. Hex color #88929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88929E is #776D61. Grayscale: #909090. Windows color (decimal): -7826786 or 10392200. OLE color: 10392200.

HSL color Cylindrical-coordinate representation of color #88929E: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88929E is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 146 158 -
CMYK 0.14 0.08 0 0.38
HSL 212.73º 0.1% 0.58% -
HSV(B) 212.73º 0.14% 0.62% -
XYZ 26.6 28.26 36.4 -
YUV 144.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 136 146 158 0.14 0.08 0 0.38 212.73 0.1 0.58
Hex 88 92 9E E 8 0 26 D5 A 3A
Octal 210 222 236 16 10 0 46 325 12 72
Binary 10001000 10010010 10011110 1110 1000 0 100110 11010101 1010 111010

Color Harmonies of #88929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88929E

Black with #88929E

Text Example


Text Example

White with #88929E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88929E; }

 p { color: rgb(136,146,158); }

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

background-color css

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

 a { background-color: rgb(136,146,158); }

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

border-color css

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

 span { border-color: rgb(136,146,158); }

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