#7D8293

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

Shades of Storm Grey #7D8293

Tints of Storm Grey #7D8293

Color information

#7D8293 (or 0x7D8293) is unknown color: approx Storm Grey. HEX triplet: 7D, 82 and 93. RGB value is (125,130,147). Sum of RGB (Red+Green+Blue) = 125+130+147=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D8293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8293 is #827D6C. Grayscale: #828282. Windows color (decimal): -8551789 or 9667197. OLE color: 9667197.

HSL color Cylindrical-coordinate representation of color #7D8293: hue angle of 226.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D8293 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125130147-
CMYK0.150.1200.42
HSL226.36º9.24%53.33%-
HSV(B)226.36º14.97%57.65%-
XYZ21.7122.4330.79-
YUV130.44137.34124.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=31.09%
G=32.34%
B=36.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251301470.150.1200.42226.369.2453.33
Hex7D8293FC02Ae2935
Octal17520222317140523421165
Binary11111011000001010010011111111000101010111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D8293; }

 p { color: rgb(125,130,147); }

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

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

 a { background-color: rgb(125,130,147); }

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

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

 span { border-color: rgb(125,130,147); }

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