#808388

Color #808388 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #808388

Tints of Storm Grey #808388

Color information

#808388 (or 0x808388) is unknown color: approx Storm Grey. HEX triplet: 80, 83 and 88. RGB value is (128,131,136). Sum of RGB (Red+Green+Blue) = 128+131+136=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 131 (51.56% from 255 or 33.16% 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 #808388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808388 is #7F7C77. Grayscale: #828282. Windows color (decimal): -8354936 or 8946560. OLE color: 8946560.

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

Color convert

RGB128131136-
CMYK0.060.0400.47
HSL217.5º3.25%51.76%-
HSV(B)217.5º5.88%53.33%-
XYZ21.4622.626.52-
YUV130.67131.01126.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=32.41%
G=33.16%
B=34.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281311360.060.0400.47217.53.2551.76
Hex8083886402Fd9334
Octal20020321064057331364
Binary10000000100000111000100011010001011111101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808388; }

 p { color: rgb(128,131,136); }

 H1.HeaderClassName
 {
   color: #808388;
 }
 .AnyTagClassName
 {
   color: #808388;
 }
</style>
background-color css

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

 a { background-color: rgb(128,131,136); }

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

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

 span { border-color: rgb(128,131,136); }

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