Shades of Neptune #789E9F
Tints of Neptune #789E9F
RGB
CMYK
RGB Variations
Color information
#789E9F (or 0x789E9F) is known color: Neptune. HEX triplet: 78, 9E and 9F. RGB value is (120,158,159). Sum of RGB (Red+Green+Blue) = 120+158+159=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #789E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E9F is #876160. Grayscale: #929292. Windows color (decimal): -8872289 or 10460792. OLE color: 10460792.
HSL color Cylindrical-coordinate representation of color #789E9F: hue angle of 181.54º 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 #789E9F is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 159 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.38 |
| HSL | 181.54º | 0.17% | 0.55% | - |
| HSV(B) | 181.54º | 0.25% | 0.62% | - |
| XYZ | 26.23 | 30.95 | 37.39 | - |
| YUV | 146.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 159 | 0.25 | 0.01 | 0 | 0.38 | 181.54 | 0.17 | 0.55 |
| Hex | 78 | 9E | 9F | 19 | 1 | 0 | 26 | B6 | 11 | 37 |
| Octal | 170 | 236 | 237 | 31 | 1 | 0 | 46 | 266 | 21 | 67 |
| Binary | 1111000 | 10011110 | 10011111 | 11001 | 1 | 0 | 100110 | 10110110 | 10001 | 110111 |
Color Harmonies of #789E9F
Complementary color
Monochromatic Colors of #789E9F
Black with #789E9F
Text Example
Text Example
White with #789E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E9F; }
p { color: rgb(120,158,159); }
H1.HeaderClassName
{
color: #789E9F;
}
.AnyTagClassName
{
color: #789E9F;
}
</style>
background-color css
<style>
a { background-color: #789E9F; }
a { background-color: rgb(120,158,159); }
div.DivClassName
{
background-color: #789E9F;
}
.BgClassName
{
background-color: #789E9F;
}
</style>
border-color css
<style>
span { border-color: #789E9F; }
span { border-color: rgb(120,158,159); }
td.TdClassName
{
border-color: #789E9F;
}
.TagClassName
{
border-color: #789E9F;
}
</style>