#809083

Color #809083 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #809083

Tints of Blue Smoke #809083

Color information

#809083 (or 0x809083) is unknown color: approx Blue Smoke. HEX triplet: 80, 90 and 83. RGB value is (128,144,131). Sum of RGB (Red+Green+Blue) = 128+144+131=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #809083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809083 is #7F6F7C. Grayscale: #898989. Windows color (decimal): -8351613 or 8622208. OLE color: 8622208.

HSL color Cylindrical-coordinate representation of color #809083: hue angle of 131.25º 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 #809083 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB128144131-
CMYK0.1100.090.44
HSL131.25º6.72%53.33%-
HSV(B)131.25º11.11%56.47%-
XYZ22.9726.1725.31-
YUV137.73124.2121.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=31.76%
G=35.73%
B=32.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441310.1100.090.44131.256.7253.33
Hex809083B092C83735
Octal2002202031301154203765
Binary10000000100100001000001110110100110110010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809083; }

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

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

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

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

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

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

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

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