Shades of Neptune #789F9D
Tints of Neptune #789F9D
RGB
CMYK
RGB Variations
Color information
#789F9D (or 0x789F9D) is known color: Neptune. HEX triplet: 78, 9F and 9D. RGB value is (120,159,157). Sum of RGB (Red+Green+Blue) = 120+159+157=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #789F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F9D is #876062. Grayscale: #939393. Windows color (decimal): -8872035 or 10329976. OLE color: 10329976.
HSL color Cylindrical-coordinate representation of color #789F9D: hue angle of 176.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789F9D is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 157 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.38 |
| HSL | 176.92º | 0.17% | 0.55% | - |
| HSV(B) | 176.92º | 0.25% | 0.62% | - |
| XYZ | 26.23 | 31.22 | 36.54 | - |
| YUV | 147.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 157 | 0.25 | 0 | 0.01 | 0.38 | 176.92 | 0.17 | 0.55 |
| Hex | 78 | 9F | 9D | 19 | 0 | 1 | 26 | B1 | 11 | 37 |
| Octal | 170 | 237 | 235 | 31 | 0 | 1 | 46 | 261 | 21 | 67 |
| Binary | 1111000 | 10011111 | 10011101 | 11001 | 0 | 1 | 100110 | 10110001 | 10001 | 110111 |
Color Harmonies of #789F9D
Complementary color
Monochromatic Colors of #789F9D
Black with #789F9D
Text Example
Text Example
White with #789F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F9D; }
p { color: rgb(120,159,157); }
H1.HeaderClassName
{
color: #789F9D;
}
.AnyTagClassName
{
color: #789F9D;
}
</style>
background-color css
<style>
a { background-color: #789F9D; }
a { background-color: rgb(120,159,157); }
div.DivClassName
{
background-color: #789F9D;
}
.BgClassName
{
background-color: #789F9D;
}
</style>
border-color css
<style>
span { border-color: #789F9D; }
span { border-color: rgb(120,159,157); }
td.TdClassName
{
border-color: #789F9D;
}
.TagClassName
{
border-color: #789F9D;
}
</style>