#7394AA

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

Shades of Bermuda Grey #7394AA

Tints of Bermuda Grey #7394AA

Color information

#7394AA (or 0x7394AA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 94 and AA. RGB value is (115,148,170). Sum of RGB (Red+Green+Blue) = 115+148+170=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #7394AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7394AA is #8C6B55. Grayscale: #8C8C8C. Windows color (decimal): -9202518 or 11179123. OLE color: 11179123.

HSL color Cylindrical-coordinate representation of color #7394AA: hue angle of 204º 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 #7394AA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115148170-
CMYK0.320.1300.33
HSL204º24.44%55.88%-
HSV(B)204º32.35%66.67%-
XYZ24.9227.7342.07-
YUV140.64144.57109.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=26.56%
G=34.18%
B=39.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151481700.320.1300.3320424.4455.88
Hex7394AA20D021cc1838
Octal16322425240150413143070
Binary11100111001010010101010100000110101000011100110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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