Html Css Color HEX #81838A Storm Grey

📋 copy color: '#81838A'

red 129 ◦ green 131 ◦ blue 138

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

Shades of Storm Grey #81838A

Tints of Storm Grey #81838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 32.41%
G = 32.91%
B = 34.67%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#81838A (or 0x81838A) is known color: Storm Grey. HEX triplet: 81, 83 and 8A. RGB value is (129,131,138). Sum of RGB (Red+Green+Blue) = 129+131+138=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 138 - color contains mainly: blue. Hex color #81838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81838A is #7E7C75. Grayscale: #838383. Windows color (decimal): -8289398 or 9077633. OLE color: 9077633.

HSL color Cylindrical-coordinate representation of color #81838A: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81838A is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 131 138 -
CMYK 0.07 0.05 0 0.46
HSL 226.67º 0.04% 0.52% -
HSV(B) 226.67º 0.07% 0.54% -
XYZ 21.76 22.73 27.29 -
YUV 131.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 129 131 138 0.07 0.05 0 0.46 226.67 0.04 0.52
Hex 81 83 8A 7 5 0 2E E3 4 34
Octal 201 203 212 7 5 0 56 343 4 64
Binary 10000001 10000011 10001010 111 101 0 101110 11100011 100 110100

Color Harmonies of #81838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81838A

Black with #81838A

Text Example


Text Example

White with #81838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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