#808783

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

Shades of Blue Smoke #808783

Tints of Blue Smoke #808783

Color information

#808783 (or 0x808783) is unknown color: approx Blue Smoke. HEX triplet: 80, 87 and 83. RGB value is (128,135,131). Sum of RGB (Red+Green+Blue) = 128+135+131=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #808783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808783 is #7F787C. Grayscale: #848484. Windows color (decimal): -8353917 or 8619904. OLE color: 8619904.

HSL color Cylindrical-coordinate representation of color #808783: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #808783 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB128135131-
CMYK0.0500.030.47
HSL145.71º2.83%51.57%-
HSV(B)145.71º5.19%52.94%-
XYZ21.6623.5624.88-
YUV132.45127.18124.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 131 (51.56% from 255) = 33.25%
R=32.49%
G=34.26%
B=33.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351310.0500.030.47145.712.8351.57
Hex8087835032F92334
Octal20020720350357222364
Binary1000000010000111100000111010111011111001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808783; }

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

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

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

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

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

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

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

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