#7394AE

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

Shades of Bermuda Grey #7394AE

Tints of Bermuda Grey #7394AE

Color information

#7394AE (or 0x7394AE) is unknown color: approx Bermuda Grey. HEX triplet: 73, 94 and AE. RGB value is (115,148,174). Sum of RGB (Red+Green+Blue) = 115+148+174=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #7394AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7394AE is #8C6B51. Grayscale: #8C8C8C. Windows color (decimal): -9202514 or 11441267. OLE color: 11441267.

HSL color Cylindrical-coordinate representation of color #7394AE: hue angle of 206.44º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7394AE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115148174-
CMYK0.340.1500.32
HSL206.44º26.7%56.67%-
HSV(B)206.44º33.91%68.24%-
XYZ25.327.8844.09-
YUV141.1146.57109.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=26.32%
G=33.87%
B=39.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151481740.340.1500.32206.4426.756.67
Hex7394AE22F020ce1b39
Octal16322425642170403163371
Binary11100111001010010101110100010111101000001100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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