#808790

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

Shades of Light Slate Grey #808790

Tints of Light Slate Grey #808790

Color information

#808790 (or 0x808790) is unknown color: approx Light Slate Grey. HEX triplet: 80, 87 and 90. RGB value is (128,135,144). Sum of RGB (Red+Green+Blue) = 128+135+144=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 144 - color contains mainly: blue. Hex color #808790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808790 is #7F786F. Grayscale: #858585. Windows color (decimal): -8353904 or 9471872. OLE color: 9471872.

HSL color Cylindrical-coordinate representation of color #808790: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808790 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128135144-
CMYK0.110.0600.44
HSL213.75º6.72%53.33%-
HSV(B)213.75º11.11%56.47%-
XYZ22.623.9329.81-
YUV133.93133.68123.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=31.45%
G=33.17%
B=35.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281351440.110.0600.44213.756.7253.33
Hex808790B602Cd6735
Octal200207220136054326765
Binary1000000010000111100100001011110010110011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808790; }

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

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

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

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

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

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

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

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