#7391AB

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

Shades of Bermuda Grey #7391AB

Tints of Bermuda Grey #7391AB

Color information

#7391AB (or 0x7391AB) is unknown color: approx Bermuda Grey. HEX triplet: 73, 91 and AB. RGB value is (115,145,171). Sum of RGB (Red+Green+Blue) = 115+145+171=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #7391AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7391AB is #8C6E54. Grayscale: #8A8A8A. Windows color (decimal): -9203285 or 11243891. OLE color: 11243891.

HSL color Cylindrical-coordinate representation of color #7391AB: hue angle of 207.86º 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 #7391AB is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115145171-
CMYK0.330.1500.33
HSL207.86º25%56.08%-
HSV(B)207.86º32.75%67.06%-
XYZ24.5526.8442.41-
YUV138.99146.06110.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=26.68%
G=33.64%
B=39.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151451710.330.1500.33207.862556.08
Hex7391AB21F021d01938
Octal16322125341170413203170
Binary11100111001000110101011100001111101000011101000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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