#7393B0

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

Shades of Bermuda Grey #7393B0

Tints of Bermuda Grey #7393B0

Color information

#7393B0 (or 0x7393B0) is unknown color: approx Bermuda Grey. HEX triplet: 73, 93 and B0. RGB value is (115,147,176). Sum of RGB (Red+Green+Blue) = 115+147+176=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #7393B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7393B0 is #8C6C4F. Grayscale: #8C8C8C. Windows color (decimal): -9202768 or 11572083. OLE color: 11572083.

HSL color Cylindrical-coordinate representation of color #7393B0: hue angle of 208.52º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7393B0 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115147176-
CMYK0.350.1600.31
HSL208.52º27.85%57.06%-
HSV(B)208.52º34.66%69.02%-
XYZ25.3427.6545.08-
YUV140.74147.9109.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.26%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 176 (69.14% from 255) = 40.18%
R=26.26%
G=33.56%
B=40.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151471760.350.1600.31208.5227.8557.06
Hex7393B0231001Fd11c39
Octal16322326043200373213471
Binary11100111001001110110000100011100000111111101000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7393B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7393B0; }

 p { color: rgb(115,147,176); }

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

<style>
 a { background-color: #7393B0; }

 a { background-color: rgb(115,147,176); }

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

<style>
 span { border-color: #7393B0; }

 span { border-color: rgb(115,147,176); }

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