#809484

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

Shades of Blue Smoke #809484

Tints of Blue Smoke #809484

Color information

#809484 (or 0x809484) is unknown color: approx Blue Smoke. HEX triplet: 80, 94 and 84. RGB value is (128,148,132). Sum of RGB (Red+Green+Blue) = 128+148+132=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #809484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809484 is #7F6B7B. Grayscale: #8C8C8C. Windows color (decimal): -8350588 or 8688768. OLE color: 8688768.

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

Color convert

RGB128148132-
CMYK0.1400.110.42
HSL132º8.55%54.12%-
HSV(B)132º13.51%58.04%-
XYZ23.6627.4325.88-
YUV140.2123.37119.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=31.37%
G=36.27%
B=32.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481320.1400.110.421328.5554.12
Hex809484E0B2A84936
Octal20022420416013522041166
Binary100000001001010010000100111001011101010100001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809484; }

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

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

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

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

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

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

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

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