Html Css Color HEX #89929D Light Slate Grey

📋 copy color: '#89929D'

red 137 ◦ green 146 ◦ blue 157

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

Shades of Light Slate Grey #89929D

Tints of Light Slate Grey #89929D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 31.14%
G = 33.18%
B = 35.68%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89929D (or 0x89929D) is known color: Light Slate Grey. HEX triplet: 89, 92 and 9D. RGB value is (137,146,157). Sum of RGB (Red+Green+Blue) = 137+146+157=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #89929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89929D is #766D62. Grayscale: #909090. Windows color (decimal): -7761251 or 10326665. OLE color: 10326665.

HSL color Cylindrical-coordinate representation of color #89929D: hue angle of 213º degrees, saturation: 0.09, 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 #89929D is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 146 157 -
CMYK 0.13 0.07 0 0.38
HSL 213º 0.09% 0.58% -
HSV(B) 213º 0.13% 0.62% -
XYZ 26.68 28.31 35.96 -
YUV 144.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 137 146 157 0.13 0.07 0 0.38 213 0.09 0.58
Hex 89 92 9D D 7 0 26 D5 9 3A
Octal 211 222 235 15 7 0 46 325 11 72
Binary 10001001 10010010 10011101 1101 111 0 100110 11010101 1001 111010

Color Harmonies of #89929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89929D

Black with #89929D

Text Example


Text Example

White with #89929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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