Html Css Color HEX #818288 Storm Grey

📋 copy color: '#818288'

red 129 ◦ green 130 ◦ blue 136

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

Shades of Storm Grey #818288

Tints of Storm Grey #818288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 32.66%
G = 32.91%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#818288 (or 0x818288) is known color: Storm Grey. HEX triplet: 81, 82 and 88. RGB value is (129,130,136). Sum of RGB (Red+Green+Blue) = 129+130+136=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 136 - color contains mainly: blue. Hex color #818288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818288 is #7E7D77. Grayscale: #828282. Windows color (decimal): -8289656 or 8946305. OLE color: 8946305.

HSL color Cylindrical-coordinate representation of color #818288: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #818288 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 130 136 -
CMYK 0.05 0.04 0 0.47
HSL 231.43º 0.03% 0.52% -
HSV(B) 231.43º 0.05% 0.53% -
XYZ 21.48 22.41 26.49 -
YUV 130.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 129 130 136 0.05 0.04 0 0.47 231.43 0.03 0.52
Hex 81 82 88 5 4 0 2F E7 3 34
Octal 201 202 210 5 4 0 57 347 3 64
Binary 10000001 10000010 10001000 101 100 0 101111 11100111 11 110100

Color Harmonies of #818288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818288

Black with #818288

Text Example


Text Example

White with #818288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818288; }

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

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

background-color css

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

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

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

border-color css

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

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

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