Shades of Neptune #729DA8
Tints of Neptune #729DA8
RGB
CMYK
RGB Variations
Color information
#729DA8 (or 0x729DA8) is known color: Neptune. HEX triplet: 72, 9D and A8. RGB value is (114,157,168). Sum of RGB (Red+Green+Blue) = 114+157+168=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #729DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DA8 is #8D6257. Grayscale: #919191. Windows color (decimal): -9265752 or 11050354. OLE color: 11050354.
HSL color Cylindrical-coordinate representation of color #729DA8: hue angle of 192.22º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #729DA8 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 157 | 168 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.34 |
| HSL | 192.22º | 0.24% | 0.55% | - |
| HSV(B) | 192.22º | 0.32% | 0.66% | - |
| XYZ | 26.06 | 30.52 | 41.56 | - |
| YUV | 145.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 168 | 0.32 | 0.07 | 0 | 0.34 | 192.22 | 0.24 | 0.55 |
| Hex | 72 | 9D | A8 | 20 | 7 | 0 | 22 | C0 | 18 | 37 |
| Octal | 162 | 235 | 250 | 40 | 7 | 0 | 42 | 300 | 30 | 67 |
| Binary | 1110010 | 10011101 | 10101000 | 100000 | 111 | 0 | 100010 | 11000000 | 11000 | 110111 |
Color Harmonies of #729DA8
Complementary color
Monochromatic Colors of #729DA8
Black with #729DA8
Text Example
Text Example
White with #729DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DA8; }
p { color: rgb(114,157,168); }
H1.HeaderClassName
{
color: #729DA8;
}
.AnyTagClassName
{
color: #729DA8;
}
</style>
background-color css
<style>
a { background-color: #729DA8; }
a { background-color: rgb(114,157,168); }
div.DivClassName
{
background-color: #729DA8;
}
.BgClassName
{
background-color: #729DA8;
}
</style>
border-color css
<style>
span { border-color: #729DA8; }
span { border-color: rgb(114,157,168); }
td.TdClassName
{
border-color: #729DA8;
}
.TagClassName
{
border-color: #729DA8;
}
</style>