#818C83

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

Shades of Blue Smoke #818C83

Tints of Blue Smoke #818C83

Color information

#818C83 (or 0x818C83) is unknown color: approx Blue Smoke. HEX triplet: 81, 8C and 83. RGB value is (129,140,131). Sum of RGB (Red+Green+Blue) = 129+140+131=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 140 - color contains mainly: green. Hex color #818C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C83 is #7E737C. Grayscale: #878787. Windows color (decimal): -8287101 or 8621185. OLE color: 8621185.

HSL color Cylindrical-coordinate representation of color #818C83: hue angle of 130.91º 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 #818C83 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB129140131-
CMYK0.0800.060.45
HSL130.91º4.56%52.75%-
HSV(B)130.91º7.86%54.9%-
XYZ22.5325.0625.12-
YUV135.68125.36123.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=32.25%
G=35%
B=32.75%

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
Decimal1291401310.0800.060.45130.914.5652.75
Hex818C838062D83535
Octal201214203100655203565
Binary1000000110001100100000111000011010110110000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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