#809286

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

Shades of Blue Smoke #809286

Tints of Blue Smoke #809286

Color information

#809286 (or 0x809286) is unknown color: approx Blue Smoke. HEX triplet: 80, 92 and 86. RGB value is (128,146,134). Sum of RGB (Red+Green+Blue) = 128+146+134=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #809286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809286 is #7F6D79. Grayscale: #8B8B8B. Windows color (decimal): -8351098 or 8819328. OLE color: 8819328.

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

Color convert

RGB128146134-
CMYK0.1200.080.43
HSL140º7.63%53.73%-
HSV(B)140º12.33%57.25%-
XYZ23.4826.8726.5-
YUV139.25125.04119.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=31.37%
G=35.78%
B=32.84%

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
Decimal1281461340.1200.080.431407.6353.73
Hex809286C082B8c836
Octal20022220614010532141066
Binary100000001001001010000110110001000101011100011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809286; }

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

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

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

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

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

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

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

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