#7389AE

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

Shades of Ship Cove #7389AE

Tints of Ship Cove #7389AE

Color information

#7389AE (or 0x7389AE) is unknown color: approx Ship Cove. HEX triplet: 73, 89 and AE. RGB value is (115,137,174). Sum of RGB (Red+Green+Blue) = 115+137+174=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #7389AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7389AE is #8C7651. Grayscale: #868686. Windows color (decimal): -9205330 or 11438451. OLE color: 11438451.

HSL color Cylindrical-coordinate representation of color #7389AE: hue angle of 217.63º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7389AE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115137174-
CMYK0.340.2100.32
HSL217.63º26.7%56.67%-
HSV(B)217.63º33.91%68.24%-
XYZ23.6624.5943.54-
YUV134.64150.21113.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=27.00%
G=32.16%
B=40.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151371740.340.2100.32217.6326.756.67
Hex7389AE2215020da1b39
Octal16321125642250403323371
Binary111001110001001101011101000101010101000001101101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7389AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7389AE; }

 p { color: rgb(115,137,174); }

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

<style>
 a { background-color: #7389AE; }

 a { background-color: rgb(115,137,174); }

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

<style>
 span { border-color: #7389AE; }

 span { border-color: rgb(115,137,174); }

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