#809285

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

Shades of Blue Smoke #809285

Tints of Blue Smoke #809285

Color information

#809285 (or 0x809285) is unknown color: approx Blue Smoke. HEX triplet: 80, 92 and 85. RGB value is (128,146,133). Sum of RGB (Red+Green+Blue) = 128+146+133=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #809285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809285 is #7F6D7A. Grayscale: #8B8B8B. Windows color (decimal): -8351099 or 8753792. OLE color: 8753792.

HSL color Cylindrical-coordinate representation of color #809285: hue angle of 136.67º degrees, saturation: 0.08, 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 #809285 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB128146133-
CMYK0.1200.090.43
HSL136.67º7.63%53.73%-
HSV(B)136.67º12.33%57.25%-
XYZ23.4126.8426.14-
YUV139.14124.54120.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=31.45%
G=35.87%
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.43
SystemRedGreenBlueCMYKHSL
Decimal1281461330.1200.090.43136.677.6353.73
Hex809285C092B89836
Octal20022220514011532111066
Binary100000001001001010000101110001001101011100010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809285; }

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

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

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

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

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

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

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

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