#7397A4

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

Shades of Bermuda Grey #7397A4

Tints of Bermuda Grey #7397A4

Color information

#7397A4 (or 0x7397A4) is unknown color: approx Bermuda Grey. HEX triplet: 73, 97 and A4. RGB value is (115,151,164). Sum of RGB (Red+Green+Blue) = 115+151+164=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #7397A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7397A4 is #8C685B. Grayscale: #8D8D8D. Windows color (decimal): -9201756 or 10786675. OLE color: 10786675.

HSL color Cylindrical-coordinate representation of color #7397A4: hue angle of 195.92º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7397A4 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115151164-
CMYK0.300.0800.36
HSL195.92º21.21%54.71%-
HSV(B)195.92º29.88%64.31%-
XYZ24.8428.4639.31-
YUV141.72140.57108.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=26.74%
G=35.12%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151511640.300.0800.36195.9221.2154.71
Hex7397A41E8024c41537
Octal16322724436100443042567
Binary1110011100101111010010011110100001001001100010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7397A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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