Html Css Color HEX #81828B Storm Grey

📋 copy color: '#81828B'

red 129 ◦ green 130 ◦ blue 139

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

Shades of Storm Grey #81828B

Tints of Storm Grey #81828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

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

R = 32.41%
G = 32.66%
B = 34.92%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81828B (or 0x81828B) is known color: Storm Grey. HEX triplet: 81, 82 and 8B. RGB value is (129,130,139). Sum of RGB (Red+Green+Blue) = 129+130+139=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #81828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81828B is #7E7D74. Grayscale: #828282. Windows color (decimal): -8289653 or 9142913. OLE color: 9142913.

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

Color convert

RGB 129 130 139 -
CMYK 0.07 0.06 0 0.45
HSL 234º 0.04% 0.53% -
HSV(B) 234º 0.07% 0.55% -
XYZ 21.7 22.5 27.62 -
YUV 130.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 129 130 139 0.07 0.06 0 0.45 234 0.04 0.53
Hex 81 82 8B 7 6 0 2D EA 4 35
Octal 201 202 213 7 6 0 55 352 4 65
Binary 10000001 10000010 10001011 111 110 0 101101 11101010 100 110101

Color Harmonies of #81828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81828B

Black with #81828B

Text Example


Text Example

White with #81828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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