#808893

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

Shades of Light Slate Grey #808893

Tints of Light Slate Grey #808893

Color information

#808893 (or 0x808893) is unknown color: approx Light Slate Grey. HEX triplet: 80, 88 and 93. RGB value is (128,136,147). Sum of RGB (Red+Green+Blue) = 128+136+147=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #808893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808893 is #7F776C. Grayscale: #868686. Windows color (decimal): -8353645 or 9668736. OLE color: 9668736.

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

Color convert

RGB128136147-
CMYK0.130.0700.42
HSL214.74º8.09%53.92%-
HSV(B)214.74º12.93%57.65%-
XYZ22.9724.331.08-
YUV134.86134.85123.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=31.14%
G=33.09%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281361470.130.0700.42214.748.0953.92
Hex808893D702Ad7836
Octal2002102231570523271066
Binary10000000100010001001001111011110101010110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808893; }

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

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

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

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

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

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

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

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