#808F9E

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

Shades of Light Slate Grey #808F9E

Tints of Light Slate Grey #808F9E

Color information

#808F9E (or 0x808F9E) is unknown color: approx Light Slate Grey. HEX triplet: 80, 8F and 9E. RGB value is (128,143,158). Sum of RGB (Red+Green+Blue) = 128+143+158=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #808F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808F9E is #7F7061. Grayscale: #8C8C8C. Windows color (decimal): -8351842 or 10391424. OLE color: 10391424.

HSL color Cylindrical-coordinate representation of color #808F9E: hue angle of 210º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #808F9E is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128143158-
CMYK0.190.0900.38
HSL210º13.39%56.08%-
HSV(B)210º18.99%61.96%-
XYZ24.926.736.19-
YUV140.22138.03119.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=29.84%
G=33.33%
B=36.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281431580.190.0900.3821013.3956.08
Hex808F9E139026d2d38
Octal20021723623110463221570
Binary1000000010001111100111101001110010100110110100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,143,158); }

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

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

 a { background-color: rgb(128,143,158); }

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

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

 span { border-color: rgb(128,143,158); }

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