Shades of Neptune #789F9F
Tints of Neptune #789F9F
RGB
CMYK
RGB Variations
Color information
#789F9F (or 0x789F9F) is known color: Neptune. HEX triplet: 78, 9F and 9F. RGB value is (120,159,159). Sum of RGB (Red+Green+Blue) = 120+159+159=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #789F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F9F is #876060. Grayscale: #939393. Windows color (decimal): -8872033 or 10461048. OLE color: 10461048.
HSL color Cylindrical-coordinate representation of color #789F9F: hue angle of 180º 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 #789F9F is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 159 | - |
| CMYK | 0.25 | 0 | 0 | 0.38 |
| HSL | 180º | 0.17% | 0.55% | - |
| HSV(B) | 180º | 0.25% | 0.62% | - |
| XYZ | 26.4 | 31.29 | 37.45 | - |
| YUV | 147.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 159 | 0.25 | 0 | 0 | 0.38 | 180 | 0.17 | 0.55 |
| Hex | 78 | 9F | 9F | 19 | 0 | 0 | 26 | B4 | 11 | 37 |
| Octal | 170 | 237 | 237 | 31 | 0 | 0 | 46 | 264 | 21 | 67 |
| Binary | 1111000 | 10011111 | 10011111 | 11001 | 0 | 0 | 100110 | 10110100 | 10001 | 110111 |
Color Harmonies of #789F9F
Complementary color
Monochromatic Colors of #789F9F
Black with #789F9F
Text Example
Text Example
White with #789F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F9F; }
p { color: rgb(120,159,159); }
H1.HeaderClassName
{
color: #789F9F;
}
.AnyTagClassName
{
color: #789F9F;
}
</style>
background-color css
<style>
a { background-color: #789F9F; }
a { background-color: rgb(120,159,159); }
div.DivClassName
{
background-color: #789F9F;
}
.BgClassName
{
background-color: #789F9F;
}
</style>
border-color css
<style>
span { border-color: #789F9F; }
span { border-color: rgb(120,159,159); }
td.TdClassName
{
border-color: #789F9F;
}
.TagClassName
{
border-color: #789F9F;
}
</style>