#7397AA

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

Shades of Bermuda Grey #7397AA

Tints of Bermuda Grey #7397AA

Color information

#7397AA (or 0x7397AA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 97 and AA. RGB value is (115,151,170). Sum of RGB (Red+Green+Blue) = 115+151+170=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7397AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7397AA is #8C6855. Grayscale: #8E8E8E. Windows color (decimal): -9201750 or 11179891. OLE color: 11179891.

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

Color convert

RGB115151170-
CMYK0.320.1100.33
HSL200.73º24.44%55.88%-
HSV(B)200.73º32.35%66.67%-
XYZ25.3928.6842.23-
YUV142.4143.57108.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=26.38%
G=34.63%
B=38.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151511700.320.1100.33200.7324.4455.88
Hex7397AA20B021c91838
Octal16322725240130413113070
Binary11100111001011110101010100000101101000011100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7397AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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