#808A93

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

Shades of Light Slate Grey #808A93

Tints of Light Slate Grey #808A93

Color information

#808A93 (or 0x808A93) is unknown color: approx Light Slate Grey. HEX triplet: 80, 8A and 93. RGB value is (128,138,147). Sum of RGB (Red+Green+Blue) = 128+138+147=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #808A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A93 is #7F756C. Grayscale: #878787. Windows color (decimal): -8353133 or 9669248. OLE color: 9669248.

HSL color Cylindrical-coordinate representation of color #808A93: hue angle of 208.42º 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 #808A93 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128138147-
CMYK0.130.0600.42
HSL208.42º8.09%53.92%-
HSV(B)208.42º12.93%57.65%-
XYZ23.2624.8731.18-
YUV136.04134.19122.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=30.99%
G=33.41%
B=35.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281381470.130.0600.42208.428.0953.92
Hex808A93D602Ad0836
Octal2002122231560523201066
Binary10000000100010101001001111011100101010110100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808A93; }

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

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

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

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

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

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

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

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