#729C9D

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

Shades of Neptune #729C9D

Tints of Neptune #729C9D

Color information

#729C9D (or 0x729C9D) is unknown color: approx Neptune. HEX triplet: 72, 9C and 9D. RGB value is (114,156,157). Sum of RGB (Red+Green+Blue) = 114+156+157=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #729C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C9D is #8D6362. Grayscale: #8F8F8F. Windows color (decimal): -9266019 or 10329202. OLE color: 10329202.

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

Color convert

RGB114156157-
CMYK0.270.0100.38
HSL181.4º17.99%53.14%-
HSV(B)181.4º27.39%61.57%-
XYZ24.9129.7936.33-
YUV143.56135.59106.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=26.70%
G=36.53%
B=36.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141561570.270.0100.38181.417.9953.14
Hex729C9D1B1026b51235
Octal1622342353310462652265
Binary1110010100111001001110111011101001101011010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729C9D; }

 p { color: rgb(114,156,157); }

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

<style>
 a { background-color: #729C9D; }

 a { background-color: rgb(114,156,157); }

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

<style>
 span { border-color: #729C9D; }

 span { border-color: rgb(114,156,157); }

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