#818882

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

Shades of Blue Smoke #818882

Tints of Blue Smoke #818882

Color information

#818882 (or 0x818882) is unknown color: approx Blue Smoke. HEX triplet: 81, 88 and 82. RGB value is (129,136,130). Sum of RGB (Red+Green+Blue) = 129+136+130=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #818882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818882 is #7E777D. Grayscale: #858585. Windows color (decimal): -8288126 or 8554625. OLE color: 8554625.

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

Color convert

RGB129136130-
CMYK0.0500.040.47
HSL128.57º2.86%51.96%-
HSV(B)128.57º5.15%53.33%-
XYZ21.8923.8924.58-
YUV133.22126.18124.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=32.66%
G=34.43%
B=32.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291361300.0500.040.47128.572.8651.96
Hex8188825042F81334
Octal20121020250457201364
Binary10000001100010001000001010101001011111000000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818882; }

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

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

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

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

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

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

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

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