#818983

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

Shades of Blue Smoke #818983

Tints of Blue Smoke #818983

Color information

#818983 (or 0x818983) is unknown color: approx Blue Smoke. HEX triplet: 81, 89 and 83. RGB value is (129,137,131). Sum of RGB (Red+Green+Blue) = 129+137+131=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 137 - color contains mainly: green. Hex color #818983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818983 is #7E767C. Grayscale: #858585. Windows color (decimal): -8287869 or 8620417. OLE color: 8620417.

HSL color Cylindrical-coordinate representation of color #818983: hue angle of 135º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #818983 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB129137131-
CMYK0.0600.040.46
HSL135º3.28%52.16%-
HSV(B)135º5.84%53.73%-
XYZ22.124.224.98-
YUV133.92126.35124.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=32.49%
G=34.51%
B=33.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371310.0600.040.461353.2852.16
Hex8189836042E87334
Octal20121120360456207364
Binary10000001100010011000001111001001011101000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818983; }

 p { color: rgb(129,137,131); }

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

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

 a { background-color: rgb(129,137,131); }

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

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

 span { border-color: rgb(129,137,131); }

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