#808793

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

Shades of Light Slate Grey #808793

Tints of Light Slate Grey #808793

Color information

#808793 (or 0x808793) is unknown color: approx Light Slate Grey. HEX triplet: 80, 87 and 93. RGB value is (128,135,147). Sum of RGB (Red+Green+Blue) = 128+135+147=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #808793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808793 is #7F786C. Grayscale: #868686. Windows color (decimal): -8353901 or 9668480. OLE color: 9668480.

HSL color Cylindrical-coordinate representation of color #808793: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808793 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128135147-
CMYK0.130.0800.42
HSL217.89º8.09%53.92%-
HSV(B)217.89º12.93%57.65%-
XYZ22.8324.0231.04-
YUV134.28135.18123.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=31.22%
G=32.93%
B=35.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281351470.130.0800.42217.898.0953.92
Hex808793D802Ada836
Octal20020722315100523321066
Binary100000001000011110010011110110000101010110110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808793; }

 p { color: rgb(128,135,147); }

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

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

 a { background-color: rgb(128,135,147); }

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

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

 span { border-color: rgb(128,135,147); }

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