#819185

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

Shades of Blue Smoke #819185

Tints of Blue Smoke #819185

Color information

#819185 (or 0x819185) is unknown color: approx Blue Smoke. HEX triplet: 81, 91 and 85. RGB value is (129,145,133). Sum of RGB (Red+Green+Blue) = 129+145+133=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #819185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819185 is #7E6E7A. Grayscale: #8A8A8A. Windows color (decimal): -8285819 or 8753537. OLE color: 8753537.

HSL color Cylindrical-coordinate representation of color #819185: hue angle of 135º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #819185 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB129145133-
CMYK0.1100.080.43
HSL135º6.78%53.73%-
HSV(B)135º11.03%56.86%-
XYZ23.4126.6126.09-
YUV138.85124.7120.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=31.70%
G=35.63%
B=32.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291451330.1100.080.431356.7853.73
Hex819185B082B87736
Octal2012212051301053207766
Binary10000001100100011000010110110100010101110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819185; }

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

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

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

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

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

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

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

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