#7393B4

Color #7393B4 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7393B4

Tints of Ship Cove #7393B4

Color information

#7393B4 (or 0x7393B4) is unknown color: approx Ship Cove. HEX triplet: 73, 93 and B4. RGB value is (115,147,180). Sum of RGB (Red+Green+Blue) = 115+147+180=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #7393B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393B4 is #8C6C4B. Grayscale: #8D8D8D. Windows color (decimal): -9202764 or 11834227. OLE color: 11834227.

HSL color Cylindrical-coordinate representation of color #7393B4: hue angle of 210.46º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7393B4 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115147180-
CMYK0.360.1800.29
HSL210.46º30.23%57.84%-
HSV(B)210.46º36.11%70.59%-
XYZ25.7427.8147.19-
YUV141.19149.9109.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=26.02%
G=33.26%
B=40.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151471800.360.1800.29210.4630.2357.84
Hex7393B4241201Dd21e3a
Octal16322326444220353223672
Binary11100111001001110110100100100100100111011101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7393B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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