#80919A

Color #80919A Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #80919A

Tints of Light Slate Grey #80919A

Color information

#80919A (or 0x80919A) is unknown color: approx Light Slate Grey. HEX triplet: 80, 91 and 9A. RGB value is (128,145,154). Sum of RGB (Red+Green+Blue) = 128+145+154=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 154 - color contains mainly: blue. Hex color #80919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80919A is #7F6E65. Grayscale: #8C8C8C. Windows color (decimal): -8351334 or 10129792. OLE color: 10129792.

HSL color Cylindrical-coordinate representation of color #80919A: hue angle of 200.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80919A is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB128145154-
CMYK0.170.0600.40
HSL200.77º11.4%55.29%-
HSV(B)200.77º16.88%60.39%-
XYZ24.8627.1734.51-
YUV140.94135.37118.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=29.98%
G=33.96%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281451540.170.0600.40200.7711.455.29
Hex80919A116028c9b37
Octal2002212322160503111367
Binary100000001001000110011010100011100101000110010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80919A; }

 p { color: rgb(128,145,154); }

 H1.HeaderClassName
 {
   color: #80919A;
 }
 .AnyTagClassName
 {
   color: #80919A;
 }
</style>
background-color css

<style>
 a { background-color: #80919A; }

 a { background-color: rgb(128,145,154); }

 div.DivClassName
 {
   background-color: #80919A;
 }
 .BgClassName
 {
   background-color: #80919A;
 }
</style>
border-color css

<style>
 span { border-color: #80919A; }

 span { border-color: rgb(128,145,154); }

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