#81848D

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

Shades of Storm Grey #81848D

Tints of Storm Grey #81848D

Color information

#81848D (or 0x81848D) is unknown color: approx Storm Grey. HEX triplet: 81, 84 and 8D. RGB value is (129,132,141). Sum of RGB (Red+Green+Blue) = 129+132+141=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #81848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81848D is #7E7B72. Grayscale: #848484. Windows color (decimal): -8289139 or 9274497. OLE color: 9274497.

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

Color convert

RGB129132141-
CMYK0.090.0600.45
HSL225º5%52.94%-
HSV(B)225º8.51%55.29%-
XYZ22.1123.0928.49-
YUV132.13133.01125.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=32.09%
G=32.84%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291321410.090.0600.45225552.94
Hex81848D9602De1535
Octal201204215116055341565
Binary1000000110000100100011011001110010110111100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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