Html Css Color HEX #89929E Light Slate Grey

📋 copy color: '#89929E'

red 137 ◦ green 146 ◦ blue 158

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

Shades of Light Slate Grey #89929E

Tints of Light Slate Grey #89929E

RGB

 RED value IS 137 (53.91% from 255) = 31.07%

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

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

R = 31.07%
G = 33.11%
B = 35.83%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89929E (or 0x89929E) is known color: Light Slate Grey. HEX triplet: 89, 92 and 9E. RGB value is (137,146,158). Sum of RGB (Red+Green+Blue) = 137+146+158=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #89929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89929E is #766D61. Grayscale: #909090. Windows color (decimal): -7761250 or 10392201. OLE color: 10392201.

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

Color convert

RGB 137 146 158 -
CMYK 0.13 0.08 0 0.38
HSL 214.29º 0.1% 0.58% -
HSV(B) 214.29º 0.13% 0.62% -
XYZ 26.77 28.34 36.41 -
YUV 144.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 137 146 158 0.13 0.08 0 0.38 214.29 0.1 0.58
Hex 89 92 9E D 8 0 26 D6 A 3A
Octal 211 222 236 15 10 0 46 326 12 72
Binary 10001001 10010010 10011110 1101 1000 0 100110 11010110 1010 111010

Color Harmonies of #89929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89929E

Black with #89929E

Text Example


Text Example

White with #89929E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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