Html Css Color HEX #81848E Storm Grey

📋 copy color: '#81848E'

red 129 ◦ green 132 ◦ blue 142

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

Shades of Storm Grey #81848E

Tints of Storm Grey #81848E

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 value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#81848E (or 0x81848E) is known color: 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

RGB 129 132 142 -
CMYK 0.09 0.07 0 0.44
HSL 226.15º 0.05% 0.53% -
HSV(B) 226.15º 0.09% 0.56% -
XYZ 22.19 23.12 28.88 -
YUV 132.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 129 132 142 0.09 0.07 0 0.44 226.15 0.05 0.53
Hex 81 84 8E 9 7 0 2C E2 5 35
Octal 201 204 216 11 7 0 54 342 5 65
Binary 10000001 10000100 10001110 1001 111 0 101100 11100010 101 110101

Color Harmonies of #81848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81848E

Black with #81848E

Text Example


Text Example

White with #81848E

Text Example


Text Example

HTML Codes & Css Web 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>