#809283

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

Shades of Blue Smoke #809283

Tints of Blue Smoke #809283

Color information

#809283 (or 0x809283) is unknown color: approx Blue Smoke. HEX triplet: 80, 92 and 83. RGB value is (128,146,131). Sum of RGB (Red+Green+Blue) = 128+146+131=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #809283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809283 is #7F6D7C. Grayscale: #8A8A8A. Windows color (decimal): -8351101 or 8622720. OLE color: 8622720.

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

Color convert

RGB128146131-
CMYK0.1200.100.43
HSL130º7.63%53.73%-
HSV(B)130º12.33%57.25%-
XYZ23.2826.7925.42-
YUV138.91123.54120.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=31.60%
G=36.05%
B=32.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281461310.1200.100.431307.6353.73
Hex809283C0A2B82836
Octal20022220314012532021066
Binary100000001001001010000011110001010101011100000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809283; }

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

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

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

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

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

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

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

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