#808fa3

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

Shades of Light Slate Grey #808FA3

Tints of Light Slate Grey #808FA3

Color information

#808FA3 (or 0x808FA3) is unknown color: approx Light Slate Grey. HEX triplet: 80, 8F and A3. RGB value is (128,143,163). Sum of RGB (Red+Green+Blue) = 128+143+163=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 163 - color contains mainly: blue. Hex color #808FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FA3 is #7F705C. Grayscale: #8C8C8C. Windows color (decimal): -8351837 or 10719104. OLE color: 10719104.

HSL color Cylindrical-coordinate representation of color #808FA3: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #808FA3 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128143163-
CMYK0.210.1200.36
HSL214.29º15.98%57.06%-
HSV(B)214.29º21.47%63.92%-
XYZ25.3426.8838.5-
YUV140.79140.53118.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 163 (64.06% from 255) = 37.56%
R=29.49%
G=32.95%
B=37.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281431630.210.1200.36214.2915.9857.06
Hex808FA315C024d61039
Octal20021724325140443262071
Binary10000000100011111010001110101110001001001101011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808fa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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