#828883

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

Shades of Blue Smoke #828883

Tints of Blue Smoke #828883

Color information

#828883 (or 0x828883) is unknown color: approx Blue Smoke. HEX triplet: 82, 88 and 83. RGB value is (130,136,131). Sum of RGB (Red+Green+Blue) = 130+136+131=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #828883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828883 is #7D777C. Grayscale: #858585. Windows color (decimal): -8222589 or 8620162. OLE color: 8620162.

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

Color convert

RGB130136131-
CMYK0.0400.040.47
HSL130º2.46%52.16%-
HSV(B)130º4.41%53.33%-
XYZ22.1123.9924.94-
YUV133.64126.51125.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=32.75%
G=34.26%
B=33.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301361310.0400.040.471302.4652.16
Hex8288834042F82234
Octal20221020340457202264
Binary10000010100010001000001110001001011111000001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828883; }

 p { color: rgb(130,136,131); }

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

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

 a { background-color: rgb(130,136,131); }

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

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

 span { border-color: rgb(130,136,131); }

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