#73789E

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

Shades of Ship Cove #73789E

Tints of Ship Cove #73789E

Color information

#73789E (or 0x73789E) is unknown color: approx Ship Cove. HEX triplet: 73, 78 and 9E. RGB value is (115,120,158). Sum of RGB (Red+Green+Blue) = 115+120+158=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #73789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73789E is #8C8761. Grayscale: #7A7A7A. Windows color (decimal): -9209698 or 10385523. OLE color: 10385523.

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

Color convert

RGB115120158-
CMYK0.270.2400.38
HSL233.02º18.14%53.53%-
HSV(B)233.02º27.22%61.96%-
XYZ19.9619.5535.07-
YUV122.84147.84122.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=29.26%
G=30.53%
B=40.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151201580.270.2400.38233.0218.1453.53
Hex73789E1B18026e91236
Octal16317023633300463512266
Binary1110011111100010011110110111100001001101110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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