#808A84

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

Shades of Blue Smoke #808A84

Tints of Blue Smoke #808A84

Color information

#808A84 (or 0x808A84) is unknown color: approx Blue Smoke. HEX triplet: 80, 8A and 84. RGB value is (128,138,132). Sum of RGB (Red+Green+Blue) = 128+138+132=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 138 - color contains mainly: green. Hex color #808A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A84 is #7F757B. Grayscale: #868686. Windows color (decimal): -8353148 or 8686208. OLE color: 8686208.

HSL color Cylindrical-coordinate representation of color #808A84: hue angle of 144º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808A84 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB128138132-
CMYK0.0700.040.46
HSL144º4.1%52.16%-
HSV(B)144º7.25%54.12%-
XYZ22.1624.4325.38-
YUV134.33126.69123.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=32.16%
G=34.67%
B=33.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281381320.0700.040.461444.152.16
Hex808A847042E90434
Octal20021220470456220464
Binary100000001000101010000100111010010111010010000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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