#73789B

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

Shades of Ship Cove #73789B

Tints of Ship Cove #73789B

Color information

#73789B (or 0x73789B) is unknown color: approx Ship Cove. HEX triplet: 73, 78 and 9B. RGB value is (115,120,155). Sum of RGB (Red+Green+Blue) = 115+120+155=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #73789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73789B is #8C8764. Grayscale: #7A7A7A. Windows color (decimal): -9209701 or 10188915. OLE color: 10188915.

HSL color Cylindrical-coordinate representation of color #73789B: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73789B is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115120155-
CMYK0.260.2300.39
HSL232.5º16.67%52.94%-
HSV(B)232.5º25.81%60.78%-
XYZ19.719.4433.73-
YUV122.49146.34122.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=29.49%
G=30.77%
B=39.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151201550.260.2300.39232.516.6752.94
Hex73789B1A17027e81135
Octal16317023332270473502165
Binary1110011111100010011011110101011101001111110100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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