Shades of Neptune #729BA5
Tints of Neptune #729BA5
RGB
CMYK
RGB Variations
Color information
#729BA5 (or 0x729BA5) is known color: Neptune. HEX triplet: 72, 9B and A5. RGB value is (114,155,165). Sum of RGB (Red+Green+Blue) = 114+155+165=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 165 - color contains mainly: blue. Hex color #729BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BA5 is #8D645A. Grayscale: #8F8F8F. Windows color (decimal): -9266267 or 10853234. OLE color: 10853234.
HSL color Cylindrical-coordinate representation of color #729BA5: hue angle of 191.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729BA5 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 155 | 165 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.35 |
| HSL | 191.76º | 0.22% | 0.55% | - |
| HSV(B) | 191.76º | 0.31% | 0.65% | - |
| XYZ | 25.45 | 29.74 | 40 | - |
| YUV | 143.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 165 | 0.31 | 0.06 | 0 | 0.35 | 191.76 | 0.22 | 0.55 |
| Hex | 72 | 9B | A5 | 1F | 6 | 0 | 23 | C0 | 16 | 37 |
| Octal | 162 | 233 | 245 | 37 | 6 | 0 | 43 | 300 | 26 | 67 |
| Binary | 1110010 | 10011011 | 10100101 | 11111 | 110 | 0 | 100011 | 11000000 | 10110 | 110111 |
Color Harmonies of #729BA5
Complementary color
Monochromatic Colors of #729BA5
Black with #729BA5
Text Example
Text Example
White with #729BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BA5; }
p { color: rgb(114,155,165); }
H1.HeaderClassName
{
color: #729BA5;
}
.AnyTagClassName
{
color: #729BA5;
}
</style>
background-color css
<style>
a { background-color: #729BA5; }
a { background-color: rgb(114,155,165); }
div.DivClassName
{
background-color: #729BA5;
}
.BgClassName
{
background-color: #729BA5;
}
</style>
border-color css
<style>
span { border-color: #729BA5; }
span { border-color: rgb(114,155,165); }
td.TdClassName
{
border-color: #729BA5;
}
.TagClassName
{
border-color: #729BA5;
}
</style>