Html Css Color HEX #89929B Light Slate Grey

📋 copy color: '#89929B'

red 137 ◦ green 146 ◦ blue 155

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

Shades of Light Slate Grey #89929B

Tints of Light Slate Grey #89929B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 31.28%
G = 33.33%
B = 35.39%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89929B (or 0x89929B) is known color: Light Slate Grey. HEX triplet: 89, 92 and 9B. RGB value is (137,146,155). Sum of RGB (Red+Green+Blue) = 137+146+155=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #89929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89929B is #766D64. Grayscale: #909090. Windows color (decimal): -7761253 or 10195593. OLE color: 10195593.

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

Color convert

RGB 137 146 155 -
CMYK 0.12 0.06 0 0.39
HSL 210º 0.08% 0.57% -
HSV(B) 210º 0.12% 0.61% -
XYZ 26.51 28.24 35.06 -
YUV 144.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 137 146 155 0.12 0.06 0 0.39 210 0.08 0.57
Hex 89 92 9B C 6 0 27 D2 8 39
Octal 211 222 233 14 6 0 47 322 10 71
Binary 10001001 10010010 10011011 1100 110 0 100111 11010010 1000 111001

Color Harmonies of #89929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89929B

Black with #89929B

Text Example


Text Example

White with #89929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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