#7B8193

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

Shades of Storm Grey #7B8193

Tints of Storm Grey #7B8193

Color information

#7B8193 (or 0x7B8193) is unknown color: approx Storm Grey. HEX triplet: 7B, 81 and 93. RGB value is (123,129,147). Sum of RGB (Red+Green+Blue) = 123+129+147=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B8193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8193 is #847E6C. Grayscale: #818181. Windows color (decimal): -8683117 or 9666939. OLE color: 9666939.

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

Color convert

RGB123129147-
CMYK0.160.1200.42
HSL225º10%52.94%-
HSV(B)225º16.33%57.65%-
XYZ21.2922.0230.73-
YUV129.26138.01123.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.83%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=30.83%
G=32.33%
B=36.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231291470.160.1200.422251052.94
Hex7B819310C02Ae1a35
Octal17320122320140523411265
Binary111101110000001100100111000011000101010111000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,129,147); }

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

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

 a { background-color: rgb(123,129,147); }

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

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

 span { border-color: rgb(123,129,147); }

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