Html Css Color HEX #81838D Storm Grey

📋 copy color: '#81838D'

red 129 ◦ green 131 ◦ blue 141

#81838D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #81838D

Tints of Storm Grey #81838D

RGB

 RED value IS 129 (50.78% from 255) = 32.17%

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 32.17%
G = 32.67%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81838D (or 0x81838D) is known color: Storm Grey. HEX triplet: 81, 83 and 8D. RGB value is (129,131,141). Sum of RGB (Red+Green+Blue) = 129+131+141=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #81838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81838D is #7E7C72. Grayscale: #838383. Windows color (decimal): -8289395 or 9274241. OLE color: 9274241.

HSL color Cylindrical-coordinate representation of color #81838D: hue angle of 230º 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 #81838D is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 131 141 -
CMYK 0.09 0.07 0 0.45
HSL 230º 0.05% 0.53% -
HSV(B) 230º 0.09% 0.55% -
XYZ 21.98 22.82 28.45 -
YUV 131.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 129 131 141 0.09 0.07 0 0.45 230 0.05 0.53
Hex 81 83 8D 9 7 0 2D E6 5 35
Octal 201 203 215 11 7 0 55 346 5 65
Binary 10000001 10000011 10001101 1001 111 0 101101 11100110 101 110101

Color Harmonies of #81838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81838D

Black with #81838D

Text Example


Text Example

White with #81838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81838D;
 }
 .AnyTagClassName
 {
   color: #81838D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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