#808882

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

Shades of Blue Smoke #808882

Tints of Blue Smoke #808882

Color information

#808882 (or 0x808882) is unknown color: approx Blue Smoke. HEX triplet: 80, 88 and 82. RGB value is (128,136,130). Sum of RGB (Red+Green+Blue) = 128+136+130=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #808882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808882 is #7F777D. Grayscale: #848484. Windows color (decimal): -8353662 or 8554624. OLE color: 8554624.

HSL color Cylindrical-coordinate representation of color #808882: hue angle of 135º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808882 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB128136130-
CMYK0.0600.040.47
HSL135º3.25%51.76%-
HSV(B)135º5.88%53.33%-
XYZ21.7423.8124.57-
YUV132.92126.35124.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=32.49%
G=34.52%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361300.0600.040.471353.2551.76
Hex8088826042F87334
Octal20021020260457207364
Binary10000000100010001000001011001001011111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808882; }

 p { color: rgb(128,136,130); }

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

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

 a { background-color: rgb(128,136,130); }

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

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

 span { border-color: rgb(128,136,130); }

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