Html Css Color HEX #81848C Storm Grey

📋 copy color: '#81848C'

red 129 ◦ green 132 ◦ blue 140

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

Shades of Storm Grey #81848C

Tints of Storm Grey #81848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 32.17%
G = 32.92%
B = 34.91%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81848C (or 0x81848C) is known color: Storm Grey. HEX triplet: 81, 84 and 8C. RGB value is (129,132,140). Sum of RGB (Red+Green+Blue) = 129+132+140=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 140 - color contains mainly: blue. Hex color #81848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81848C is #7E7B73. Grayscale: #838383. Windows color (decimal): -8289140 or 9208961. OLE color: 9208961.

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

Color convert

RGB 129 132 140 -
CMYK 0.08 0.06 0 0.45
HSL 223.64º 0.05% 0.53% -
HSV(B) 223.64º 0.08% 0.55% -
XYZ 22.04 23.06 28.1 -
YUV 132.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 129 132 140 0.08 0.06 0 0.45 223.64 0.05 0.53
Hex 81 84 8C 8 6 0 2D E0 5 35
Octal 201 204 214 10 6 0 55 340 5 65
Binary 10000001 10000100 10001100 1000 110 0 101101 11100000 101 110101

Color Harmonies of #81848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81848C

Black with #81848C

Text Example


Text Example

White with #81848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81848C;
 }
 .AnyTagClassName
 {
   color: #81848C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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