#819386

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

Shades of Blue Smoke #819386

Tints of Blue Smoke #819386

Color information

#819386 (or 0x819386) is unknown color: approx Blue Smoke. HEX triplet: 81, 93 and 86. RGB value is (129,147,134). Sum of RGB (Red+Green+Blue) = 129+147+134=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #819386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819386 is #7E6C79. Grayscale: #8C8C8C. Windows color (decimal): -8285306 or 8819585. OLE color: 8819585.

HSL color Cylindrical-coordinate representation of color #819386: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #819386 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB129147134-
CMYK0.1200.090.42
HSL136.67º7.69%54.12%-
HSV(B)136.67º12.24%57.65%-
XYZ23.7927.2626.56-
YUV140.14124.54120.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=31.46%
G=35.85%
B=32.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471340.1200.090.42136.677.6954.12
Hex819386C092A89836
Octal20122320614011522111066
Binary100000011001001110000110110001001101010100010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819386; }

 p { color: rgb(129,147,134); }

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

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

 a { background-color: rgb(129,147,134); }

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

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

 span { border-color: rgb(129,147,134); }

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