#818C84

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

Shades of Blue Smoke #818C84

Tints of Blue Smoke #818C84

Color information

#818C84 (or 0x818C84) is unknown color: approx Blue Smoke. HEX triplet: 81, 8C and 84. RGB value is (129,140,132). Sum of RGB (Red+Green+Blue) = 129+140+132=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #818C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C84 is #7E737B. Grayscale: #878787. Windows color (decimal): -8287100 or 8686721. OLE color: 8686721.

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

Color convert

RGB129140132-
CMYK0.0800.060.45
HSL136.36º4.56%52.75%-
HSV(B)136.36º7.86%54.9%-
XYZ22.625.0925.48-
YUV135.8125.86123.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=32.17%
G=34.91%
B=32.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291401320.0800.060.45136.364.5652.75
Hex818C848062D88535
Octal201214204100655210565
Binary1000000110001100100001001000011010110110001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818C84; }

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

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

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

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

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

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

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

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