#808693

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

Shades of Light Slate Grey #808693

Tints of Light Slate Grey #808693

Color information

#808693 (or 0x808693) is unknown color: approx Light Slate Grey. HEX triplet: 80, 86 and 93. RGB value is (128,134,147). Sum of RGB (Red+Green+Blue) = 128+134+147=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #808693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808693 is #7F796C. Grayscale: #858585. Windows color (decimal): -8354157 or 9668224. OLE color: 9668224.

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

Color convert

RGB128134147-
CMYK0.130.0900.42
HSL221.05º8.09%53.92%-
HSV(B)221.05º12.93%57.65%-
XYZ22.6923.7530.99-
YUV133.69135.51123.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=31.30%
G=32.76%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281341470.130.0900.42221.058.0953.92
Hex808693D902Add836
Octal20020622315110523351066
Binary100000001000011010010011110110010101010110111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808693; }

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

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

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

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

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

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

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

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