#818B84

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

Shades of Blue Smoke #818B84

Tints of Blue Smoke #818B84

Color information

#818B84 (or 0x818B84) is unknown color: approx Blue Smoke. HEX triplet: 81, 8B and 84. RGB value is (129,139,132). Sum of RGB (Red+Green+Blue) = 129+139+132=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #818B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B84 is #7E747B. Grayscale: #878787. Windows color (decimal): -8287356 or 8686465. OLE color: 8686465.

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

Color convert

RGB129139132-
CMYK0.0700.050.45
HSL138º4.13%52.55%-
HSV(B)138º7.19%54.51%-
XYZ22.4524.825.43-
YUV135.21126.19123.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 132 (51.95% from 255) = 33%
R=32.25%
G=34.75%
B=33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291391320.0700.050.451384.1352.55
Hex818B847052D8a435
Octal20121320470555212465
Binary100000011000101110000100111010110110110001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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