#7397AB

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

Shades of Bermuda Grey #7397AB

Tints of Bermuda Grey #7397AB

Color information

#7397AB (or 0x7397AB) is unknown color: approx Bermuda Grey. HEX triplet: 73, 97 and AB. RGB value is (115,151,171). Sum of RGB (Red+Green+Blue) = 115+151+171=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7397AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7397AB is #8C6854. Grayscale: #8E8E8E. Windows color (decimal): -9201749 or 11245427. OLE color: 11245427.

HSL color Cylindrical-coordinate representation of color #7397AB: hue angle of 201.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7397AB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115151171-
CMYK0.330.1200.33
HSL201.43º25%56.08%-
HSV(B)201.43º32.75%67.06%-
XYZ25.4928.7242.73-
YUV142.52144.07108.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=26.32%
G=34.55%
B=39.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151511710.330.1200.33201.432556.08
Hex7397AB21C021c91938
Octal16322725341140413113170
Binary11100111001011110101011100001110001000011100100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7397AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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