#808794

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

Shades of Light Slate Grey #808794

Tints of Light Slate Grey #808794

Color information

#808794 (or 0x808794) is unknown color: approx Light Slate Grey. HEX triplet: 80, 87 and 94. RGB value is (128,135,148). Sum of RGB (Red+Green+Blue) = 128+135+148=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 148 - color contains mainly: blue. Hex color #808794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808794 is #7F786B. Grayscale: #868686. Windows color (decimal): -8353900 or 9734016. OLE color: 9734016.

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

Color convert

RGB128135148-
CMYK0.140.0900.42
HSL219º8.55%54.12%-
HSV(B)219º13.51%58.04%-
XYZ22.9124.0631.45-
YUV134.39135.68123.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=31.14%
G=32.85%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281351480.140.0900.422198.5554.12
Hex808794E902Adb936
Octal20020722416110523331166
Binary100000001000011110010100111010010101010110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808794; }

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

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

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

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

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

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

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

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