Html Css Color HEX #80919E Light Slate Grey

📋 copy color: '#80919E'

red 128 ◦ green 145 ◦ blue 158

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

Shades of Light Slate Grey #80919E

Tints of Light Slate Grey #80919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.64%

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

R = 29.7%
G = 33.64%
B = 36.66%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80919E (or 0x80919E) is known color: Light Slate Grey. HEX triplet: 80, 91 and 9E. RGB value is (128,145,158). Sum of RGB (Red+Green+Blue) = 128+145+158=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #80919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80919E is #7F6E61. Grayscale: #8D8D8D. Windows color (decimal): -8351330 or 10391936. OLE color: 10391936.

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

Color convert

RGB 128 145 158 -
CMYK 0.19 0.08 0 0.38
HSL 206º 0.13% 0.56% -
HSV(B) 206º 0.19% 0.62% -
XYZ 25.2 27.31 36.29 -
YUV 141.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 128 145 158 0.19 0.08 0 0.38 206 0.13 0.56
Hex 80 91 9E 13 8 0 26 CE D 38
Octal 200 221 236 23 10 0 46 316 15 70
Binary 10000000 10010001 10011110 10011 1000 0 100110 11001110 1101 111000

Color Harmonies of #80919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80919E

Black with #80919E

Text Example


Text Example

White with #80919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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