#7387AE

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

Shades of Ship Cove #7387AE

Tints of Ship Cove #7387AE

Color information

#7387AE (or 0x7387AE) is unknown color: approx Ship Cove. HEX triplet: 73, 87 and AE. RGB value is (115,135,174). Sum of RGB (Red+Green+Blue) = 115+135+174=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #7387AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7387AE is #8C7851. Grayscale: #858585. Windows color (decimal): -9205842 or 11437939. OLE color: 11437939.

HSL color Cylindrical-coordinate representation of color #7387AE: hue angle of 219.66º 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 #7387AE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115135174-
CMYK0.340.2200.32
HSL219.66º26.7%56.67%-
HSV(B)219.66º33.91%68.24%-
XYZ23.3724.0343.45-
YUV133.47150.87114.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=27.12%
G=31.84%
B=41.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151351740.340.2200.32219.6626.756.67
Hex7387AE2216020dc1b39
Octal16320725642260403343371
Binary111001110000111101011101000101011001000001101110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7387AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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