#818D85

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

Shades of Blue Smoke #818D85

Tints of Blue Smoke #818D85

Color information

#818D85 (or 0x818D85) is unknown color: approx Blue Smoke. HEX triplet: 81, 8D and 85. RGB value is (129,141,133). Sum of RGB (Red+Green+Blue) = 129+141+133=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 141 - color contains mainly: green. Hex color #818D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D85 is #7E727A. Grayscale: #888888. Windows color (decimal): -8286843 or 8752513. OLE color: 8752513.

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

Color convert

RGB129141133-
CMYK0.0900.060.45
HSL140º5%52.94%-
HSV(B)140º8.51%55.29%-
XYZ22.8125.4125.89-
YUV136.5126.02122.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=32.01%
G=34.99%
B=33.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291411330.0900.060.45140552.94
Hex818D859062D8c535
Octal201215205110655214565
Binary1000000110001101100001011001011010110110001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,141,133); }

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

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

 a { background-color: rgb(129,141,133); }

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

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

 span { border-color: rgb(129,141,133); }

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