Html Css Color HEX #81848B Storm Grey

📋 copy color: '#81848B'

red 129 ◦ green 132 ◦ blue 139

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

Shades of Storm Grey #81848B

Tints of Storm Grey #81848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 32.25%
G = 33%
B = 34.75%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81848B (or 0x81848B) is known color: Storm Grey. HEX triplet: 81, 84 and 8B. RGB value is (129,132,139). Sum of RGB (Red+Green+Blue) = 129+132+139=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #81848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81848B is #7E7B74. Grayscale: #838383. Windows color (decimal): -8289141 or 9143425. OLE color: 9143425.

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

Color convert

RGB 129 132 139 -
CMYK 0.07 0.05 0 0.45
HSL 222º 0.04% 0.53% -
HSV(B) 222º 0.07% 0.55% -
XYZ 21.96 23.03 27.71 -
YUV 131.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 129 132 139 0.07 0.05 0 0.45 222 0.04 0.53
Hex 81 84 8B 7 5 0 2D DE 4 35
Octal 201 204 213 7 5 0 55 336 4 65
Binary 10000001 10000100 10001011 111 101 0 101101 11011110 100 110101

Color Harmonies of #81848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81848B

Black with #81848B

Text Example


Text Example

White with #81848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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