Shades of Neptune #729FAC
Tints of Neptune #729FAC
RGB
CMYK
RGB Variations
Color information
#729FAC (or 0x729FAC) is known color: Neptune. HEX triplet: 72, 9F and AC. RGB value is (114,159,172). Sum of RGB (Red+Green+Blue) = 114+159+172=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #729FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729FAC is #8D6053. Grayscale: #929292. Windows color (decimal): -9265236 or 11313010. OLE color: 11313010.
HSL color Cylindrical-coordinate representation of color #729FAC: hue angle of 193.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729FAC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 159 | 172 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.33 |
| HSL | 193.45º | 0.26% | 0.56% | - |
| HSV(B) | 193.45º | 0.34% | 0.67% | - |
| XYZ | 26.78 | 31.35 | 43.67 | - |
| YUV | 147.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 172 | 0.34 | 0.08 | 0 | 0.33 | 193.45 | 0.26 | 0.56 |
| Hex | 72 | 9F | AC | 22 | 8 | 0 | 21 | C1 | 1A | 38 |
| Octal | 162 | 237 | 254 | 42 | 10 | 0 | 41 | 301 | 32 | 70 |
| Binary | 1110010 | 10011111 | 10101100 | 100010 | 1000 | 0 | 100001 | 11000001 | 11010 | 111000 |
Color Harmonies of #729FAC
Complementary color
Monochromatic Colors of #729FAC
Black with #729FAC
Text Example
Text Example
White with #729FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FAC; }
p { color: rgb(114,159,172); }
H1.HeaderClassName
{
color: #729FAC;
}
.AnyTagClassName
{
color: #729FAC;
}
</style>
background-color css
<style>
a { background-color: #729FAC; }
a { background-color: rgb(114,159,172); }
div.DivClassName
{
background-color: #729FAC;
}
.BgClassName
{
background-color: #729FAC;
}
</style>
border-color css
<style>
span { border-color: #729FAC; }
span { border-color: rgb(114,159,172); }
td.TdClassName
{
border-color: #729FAC;
}
.TagClassName
{
border-color: #729FAC;
}
</style>