#808B95

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

Shades of Light Slate Grey #808B95

Tints of Light Slate Grey #808B95

Color information

#808B95 (or 0x808B95) is unknown color: approx Light Slate Grey. HEX triplet: 80, 8B and 95. RGB value is (128,139,149). Sum of RGB (Red+Green+Blue) = 128+139+149=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #808B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B95 is #7F746A. Grayscale: #888888. Windows color (decimal): -8352875 or 9800576. OLE color: 9800576.

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

Color convert

RGB128139149-
CMYK0.140.0700.42
HSL208.57º9.01%54.31%-
HSV(B)208.57º14.09%58.43%-
XYZ23.5625.2232.06-
YUV136.85134.86121.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=30.77%
G=33.41%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281391490.140.0700.42208.579.0154.31
Hex808B95E702Ad1936
Octal2002132251670523211166
Binary10000000100010111001010111101110101010110100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,139,149); }

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

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

 a { background-color: rgb(128,139,149); }

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

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

 span { border-color: rgb(128,139,149); }

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