#81838B

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

Shades of Storm Grey #81838B

Tints of Storm Grey #81838B

Color information

#81838B (or 0x81838B) is unknown color: approx Storm Grey. HEX triplet: 81, 83 and 8B. RGB value is (129,131,139). Sum of RGB (Red+Green+Blue) = 129+131+139=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 139 - color contains mainly: blue. Hex color #81838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81838B is #7E7C74. Grayscale: #838383. Windows color (decimal): -8289397 or 9143169. OLE color: 9143169.

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

Color convert

RGB129131139-
CMYK0.070.0600.45
HSL228º4.13%52.55%-
HSV(B)228º7.19%54.51%-
XYZ21.8322.7627.67-
YUV131.31132.34126.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=32.33%
G=32.83%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291311390.070.0600.452284.1352.55
Hex81838B7602De4435
Octal20120321376055344465
Binary100000011000001110001011111110010110111100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81838B; }

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

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

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

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

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

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

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

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