#809084

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

Shades of Blue Smoke #809084

Tints of Blue Smoke #809084

Color information

#809084 (or 0x809084) is unknown color: approx Blue Smoke. HEX triplet: 80, 90 and 84. RGB value is (128,144,132). Sum of RGB (Red+Green+Blue) = 128+144+132=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #809084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809084 is #7F6F7B. Grayscale: #898989. Windows color (decimal): -8351612 or 8687744. OLE color: 8687744.

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

Color convert

RGB128144132-
CMYK0.1100.080.44
HSL135º6.72%53.33%-
HSV(B)135º11.11%56.47%-
XYZ23.0426.225.67-
YUV137.85124.7120.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=31.68%
G=35.64%
B=32.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441320.1100.080.441356.7253.33
Hex809084B082C87735
Octal2002202041301054207765
Binary10000000100100001000010010110100010110010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809084; }

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

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

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

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

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

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

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

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