Html Css Color HEX #80899B Light Slate Grey

📋 copy color: '#80899B'

red 128 ◦ green 137 ◦ blue 155

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

Shades of Light Slate Grey #80899B

Tints of Light Slate Grey #80899B

RGB

 RED value IS 128 (50.39% from 255) = 30.48%

 GREEN value IS 137 (53.91% from 255) = 32.62%

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

R = 30.48%
G = 32.62%
B = 36.9%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80899B (or 0x80899B) is known color: Light Slate Grey. HEX triplet: 80, 89 and 9B. RGB value is (128,137,155). Sum of RGB (Red+Green+Blue) = 128+137+155=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #80899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80899B is #7F7664. Grayscale: #888888. Windows color (decimal): -8353381 or 10193280. OLE color: 10193280.

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

Color convert

RGB 128 137 155 -
CMYK 0.17 0.12 0 0.39
HSL 220º 0.12% 0.55% -
HSV(B) 220º 0.17% 0.61% -
XYZ 23.76 24.85 34.55 -
YUV 136.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 128 137 155 0.17 0.12 0 0.39 220 0.12 0.55
Hex 80 89 9B 11 C 0 27 DC C 37
Octal 200 211 233 21 14 0 47 334 14 67
Binary 10000000 10001001 10011011 10001 1100 0 100111 11011100 1100 110111

Color Harmonies of #80899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80899B

Black with #80899B

Text Example


Text Example

White with #80899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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