#7390A7

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

Shades of Bermuda Grey #7390A7

Tints of Bermuda Grey #7390A7

Color information

#7390A7 (or 0x7390A7) is unknown color: approx Bermuda Grey. HEX triplet: 73, 90 and A7. RGB value is (115,144,167). Sum of RGB (Red+Green+Blue) = 115+144+167=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #7390A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7390A7 is #8C6F58. Grayscale: #898989. Windows color (decimal): -9203545 or 10981491. OLE color: 10981491.

HSL color Cylindrical-coordinate representation of color #7390A7: hue angle of 206.54º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7390A7 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB115144167-
CMYK0.310.1400.35
HSL206.54º22.81%55.29%-
HSV(B)206.54º31.14%65.49%-
XYZ24.0226.3840.39-
YUV137.95144.39111.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=27.00%
G=33.80%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151441670.310.1400.35206.5422.8155.29
Hex7390A71FE023cf1737
Octal16322024737160433172767
Binary1110011100100001010011111111111001000111100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7390A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7390A7; }

 p { color: rgb(115,144,167); }

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

<style>
 a { background-color: #7390A7; }

 a { background-color: rgb(115,144,167); }

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

<style>
 span { border-color: #7390A7; }

 span { border-color: rgb(115,144,167); }

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