#73989F

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

Shades of Neptune #73989F

Tints of Neptune #73989F

Color information

#73989F (or 0x73989F) is unknown color: approx Neptune. HEX triplet: 73, 98 and 9F. RGB value is (115,152,159). Sum of RGB (Red+Green+Blue) = 115+152+159=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #73989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73989F is #8C6760. Grayscale: #8D8D8D. Windows color (decimal): -9201505 or 10459251. OLE color: 10459251.

HSL color Cylindrical-coordinate representation of color #73989F: hue angle of 189.55º 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 #73989F is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115152159-
CMYK0.280.0400.38
HSL189.55º18.64%53.73%-
HSV(B)189.55º27.67%62.35%-
XYZ24.5628.637.03-
YUV141.73137.74108.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=27.00%
G=35.68%
B=37.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151521590.280.0400.38189.5518.6453.73
Hex73989F1C4026be1336
Octal1632302373440462762366
Binary111001110011000100111111110010001001101011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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