#809185

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

Shades of Blue Smoke #809185

Tints of Blue Smoke #809185

Color information

#809185 (or 0x809185) is unknown color: approx Blue Smoke. HEX triplet: 80, 91 and 85. RGB value is (128,145,133). Sum of RGB (Red+Green+Blue) = 128+145+133=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #809185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809185 is #7F6E7A. Grayscale: #8A8A8A. Windows color (decimal): -8351355 or 8753536. OLE color: 8753536.

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

Color convert

RGB128145133-
CMYK0.1200.080.43
HSL137.65º7.17%53.53%-
HSV(B)137.65º11.72%56.86%-
XYZ23.2626.5326.09-
YUV138.55124.87120.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=31.53%
G=35.71%
B=32.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281451330.1200.080.43137.657.1753.53
Hex809185C082B8a736
Octal2002212051401053212766
Binary10000000100100011000010111000100010101110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809185; }

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

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

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

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

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

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

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

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