#81848E

Color #81848E Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #81848E

Tints of Storm Grey #81848E

Color information

#81848E (or 0x81848E) is unknown color: approx Storm Grey. HEX triplet: 81, 84 and 8E. RGB value is (129,132,142). Sum of RGB (Red+Green+Blue) = 129+132+142=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #81848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81848E is #7E7B71. Grayscale: #848484. Windows color (decimal): -8289138 or 9340033. OLE color: 9340033.

HSL color Cylindrical-coordinate representation of color #81848E: hue angle of 226.15º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81848E is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129132142-
CMYK0.090.0700.44
HSL226.15º5.44%53.14%-
HSV(B)226.15º9.15%55.69%-
XYZ22.1923.1228.88-
YUV132.24133.51125.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=32.01%
G=32.75%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291321420.090.0700.44226.155.4453.14
Hex81848E9702Ce2535
Octal201204216117054342565
Binary1000000110000100100011101001111010110011100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81848E; }

 p { color: rgb(129,132,142); }

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

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

 a { background-color: rgb(129,132,142); }

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

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

 span { border-color: rgb(129,132,142); }

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