#7391AF

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

Shades of Bermuda Grey #7391AF

Tints of Bermuda Grey #7391AF

Color information

#7391AF (or 0x7391AF) is unknown color: approx Bermuda Grey. HEX triplet: 73, 91 and AF. RGB value is (115,145,175). Sum of RGB (Red+Green+Blue) = 115+145+175=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #7391AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7391AF is #8C6E50. Grayscale: #8B8B8B. Windows color (decimal): -9203281 or 11506035. OLE color: 11506035.

HSL color Cylindrical-coordinate representation of color #7391AF: hue angle of 210º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7391AF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115145175-
CMYK0.340.1700.31
HSL210º27.27%56.86%-
HSV(B)210º34.29%68.63%-
XYZ24.9326.9944.45-
YUV139.45148.06110.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.44%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=26.44%
G=33.33%
B=40.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151451750.340.1700.3121027.2756.86
Hex7391AF221101Fd21b39
Octal16322125742210373223371
Binary11100111001000110101111100010100010111111101001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7391AF; }

 p { color: rgb(115,145,175); }

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

<style>
 a { background-color: #7391AF; }

 a { background-color: rgb(115,145,175); }

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

<style>
 span { border-color: #7391AF; }

 span { border-color: rgb(115,145,175); }

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