#818984

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

Shades of Blue Smoke #818984

Tints of Blue Smoke #818984

Color information

#818984 (or 0x818984) is unknown color: approx Blue Smoke. HEX triplet: 81, 89 and 84. RGB value is (129,137,132). Sum of RGB (Red+Green+Blue) = 129+137+132=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 137 - color contains mainly: green. Hex color #818984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818984 is #7E767B. Grayscale: #868686. Windows color (decimal): -8287868 or 8685953. OLE color: 8685953.

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

Color convert

RGB129137132-
CMYK0.0600.040.46
HSL142.5º3.28%52.16%-
HSV(B)142.5º5.84%53.73%-
XYZ22.1624.2225.34-
YUV134.04126.85124.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=32.41%
G=34.42%
B=33.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371320.0600.040.46142.53.2852.16
Hex8189846042E8e334
Octal20121120460456216364
Binary10000001100010011000010011001001011101000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818984; }

 p { color: rgb(129,137,132); }

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

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

 a { background-color: rgb(129,137,132); }

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

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

 span { border-color: rgb(129,137,132); }

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