#7387AB

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

Shades of Ship Cove #7387AB

Tints of Ship Cove #7387AB

Color information

#7387AB (or 0x7387AB) is unknown color: approx Ship Cove. HEX triplet: 73, 87 and AB. RGB value is (115,135,171). Sum of RGB (Red+Green+Blue) = 115+135+171=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #7387AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7387AB is #8C7854. Grayscale: #848484. Windows color (decimal): -9205845 or 11241331. OLE color: 11241331.

HSL color Cylindrical-coordinate representation of color #7387AB: hue angle of 218.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7387AB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115135171-
CMYK0.330.2100.33
HSL218.57º25%56.08%-
HSV(B)218.57º32.75%67.06%-
XYZ23.0823.9141.93-
YUV133.12149.37115.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=27.32%
G=32.07%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151351710.330.2100.33218.572556.08
Hex7387AB2115021db1938
Octal16320725341250413333170
Binary111001110000111101010111000011010101000011101101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7387AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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