Shades of Neptune #799F9D
Tints of Neptune #799F9D
RGB
CMYK
RGB Variations
Color information
#799F9D (or 0x799F9D) is known color: Neptune. HEX triplet: 79, 9F and 9D. RGB value is (121,159,157). Sum of RGB (Red+Green+Blue) = 121+159+157=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #799F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F9D is #866062. Grayscale: #939393. Windows color (decimal): -8806499 or 10329977. OLE color: 10329977.
HSL color Cylindrical-coordinate representation of color #799F9D: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799F9D is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 157 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.38 |
| HSL | 176.84º | 0.17% | 0.55% | - |
| HSV(B) | 176.84º | 0.24% | 0.62% | - |
| XYZ | 26.37 | 31.3 | 36.55 | - |
| YUV | 147.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 157 | 0.24 | 0 | 0.01 | 0.38 | 176.84 | 0.17 | 0.55 |
| Hex | 79 | 9F | 9D | 18 | 0 | 1 | 26 | B1 | 11 | 37 |
| Octal | 171 | 237 | 235 | 30 | 0 | 1 | 46 | 261 | 21 | 67 |
| Binary | 1111001 | 10011111 | 10011101 | 11000 | 0 | 1 | 100110 | 10110001 | 10001 | 110111 |
Color Harmonies of #799F9D
Complementary color
Monochromatic Colors of #799F9D
Black with #799F9D
Text Example
Text Example
White with #799F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F9D; }
p { color: rgb(121,159,157); }
H1.HeaderClassName
{
color: #799F9D;
}
.AnyTagClassName
{
color: #799F9D;
}
</style>
background-color css
<style>
a { background-color: #799F9D; }
a { background-color: rgb(121,159,157); }
div.DivClassName
{
background-color: #799F9D;
}
.BgClassName
{
background-color: #799F9D;
}
</style>
border-color css
<style>
span { border-color: #799F9D; }
span { border-color: rgb(121,159,157); }
td.TdClassName
{
border-color: #799F9D;
}
.TagClassName
{
border-color: #799F9D;
}
</style>