#808D84

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

Shades of Blue Smoke #808D84

Tints of Blue Smoke #808D84

Color information

#808D84 (or 0x808D84) is unknown color: approx Blue Smoke. HEX triplet: 80, 8D and 84. RGB value is (128,141,132). Sum of RGB (Red+Green+Blue) = 128+141+132=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #808D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D84 is #7F727B. Grayscale: #888888. Windows color (decimal): -8352380 or 8686976. OLE color: 8686976.

HSL color Cylindrical-coordinate representation of color #808D84: hue angle of 138.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808D84 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB128141132-
CMYK0.0900.060.45
HSL138.46º5.39%52.75%-
HSV(B)138.46º9.22%55.29%-
XYZ22.5925.325.52-
YUV136.09125.69122.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=31.92%
G=35.16%
B=32.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281411320.0900.060.45138.465.3952.75
Hex808D849062D8a535
Octal200215204110655212565
Binary1000000010001101100001001001011010110110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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