#7395AD

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

Shades of Bermuda Grey #7395AD

Tints of Bermuda Grey #7395AD

Color information

#7395AD (or 0x7395AD) is unknown color: approx Bermuda Grey. HEX triplet: 73, 95 and AD. RGB value is (115,149,173). Sum of RGB (Red+Green+Blue) = 115+149+173=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #7395AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7395AD is #8C6A52. Grayscale: #8D8D8D. Windows color (decimal): -9202259 or 11375987. OLE color: 11375987.

HSL color Cylindrical-coordinate representation of color #7395AD: hue angle of 204.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7395AD is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115149173-
CMYK0.340.1400.32
HSL204.83º26.13%56.47%-
HSV(B)204.83º33.53%67.84%-
XYZ25.3628.1643.63-
YUV141.57145.74109.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=26.32%
G=34.10%
B=39.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151491730.340.1400.32204.8326.1356.47
Hex7395AD22E020cd1a38
Octal16322525542160403153270
Binary11100111001010110101101100010111001000001100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7395AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7395AD; }

 p { color: rgb(115,149,173); }

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

<style>
 a { background-color: #7395AD; }

 a { background-color: rgb(115,149,173); }

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

<style>
 span { border-color: #7395AD; }

 span { border-color: rgb(115,149,173); }

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