#73789F

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

Shades of Ship Cove #73789F

Tints of Ship Cove #73789F

Color information

#73789F (or 0x73789F) is unknown color: approx Ship Cove. HEX triplet: 73, 78 and 9F. RGB value is (115,120,159). Sum of RGB (Red+Green+Blue) = 115+120+159=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #73789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73789F is #8C8760. Grayscale: #7A7A7A. Windows color (decimal): -9209697 or 10451059. OLE color: 10451059.

HSL color Cylindrical-coordinate representation of color #73789F: hue angle of 233.18º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73789F is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115120159-
CMYK0.280.2500.38
HSL233.18º18.64%53.73%-
HSV(B)233.18º27.67%62.35%-
XYZ20.0419.5835.52-
YUV122.95148.34122.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=29.19%
G=30.46%
B=40.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151201590.280.2500.38233.1818.6453.73
Hex73789F1C19026e91336
Octal16317023734310463512366
Binary1110011111100010011111111001100101001101110100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73789F; }

 p { color: rgb(115,120,159); }

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

<style>
 a { background-color: #73789F; }

 a { background-color: rgb(115,120,159); }

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

<style>
 span { border-color: #73789F; }

 span { border-color: rgb(115,120,159); }

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