#7393AA

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

Shades of Bermuda Grey #7393AA

Tints of Bermuda Grey #7393AA

Color information

#7393AA (or 0x7393AA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 93 and AA. RGB value is (115,147,170). Sum of RGB (Red+Green+Blue) = 115+147+170=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #7393AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7393AA is #8C6C55. Grayscale: #8B8B8B. Windows color (decimal): -9202774 or 11178867. OLE color: 11178867.

HSL color Cylindrical-coordinate representation of color #7393AA: hue angle of 205.09º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7393AA is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115147170-
CMYK0.320.1400.33
HSL205.09º24.44%55.88%-
HSV(B)205.09º32.35%66.67%-
XYZ24.7627.4142.02-
YUV140.05144.9110.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.62%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=26.62%
G=34.03%
B=39.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151471700.320.1400.33205.0924.4455.88
Hex7393AA20E021cd1838
Octal16322325240160413153070
Binary11100111001001110101010100000111001000011100110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7393AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7393AA; }

 p { color: rgb(115,147,170); }

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

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

 a { background-color: rgb(115,147,170); }

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

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

 span { border-color: rgb(115,147,170); }

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