Shades of Neptune #789FA0
Tints of Neptune #789FA0
RGB
CMYK
RGB Variations
Color information
#789FA0 (or 0x789FA0) is known color: Neptune. HEX triplet: 78, 9F and A0. RGB value is (120,159,160). Sum of RGB (Red+Green+Blue) = 120+159+160=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 160 - color contains mainly: blue. Hex color #789FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789FA0 is #87605F. Grayscale: #939393. Windows color (decimal): -8872032 or 10526584. OLE color: 10526584.
HSL color Cylindrical-coordinate representation of color #789FA0: hue angle of 181.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789FA0 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 159 | 160 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.37 |
| HSL | 181.5º | 0.17% | 0.55% | - |
| HSV(B) | 181.5º | 0.25% | 0.63% | - |
| XYZ | 26.49 | 31.33 | 37.91 | - |
| YUV | 147.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 160 | 0.25 | 0.01 | 0 | 0.37 | 181.5 | 0.17 | 0.55 |
| Hex | 78 | 9F | A0 | 19 | 1 | 0 | 25 | B6 | 11 | 37 |
| Octal | 170 | 237 | 240 | 31 | 1 | 0 | 45 | 266 | 21 | 67 |
| Binary | 1111000 | 10011111 | 10100000 | 11001 | 1 | 0 | 100101 | 10110110 | 10001 | 110111 |
Color Harmonies of #789FA0
Complementary color
Monochromatic Colors of #789FA0
Black with #789FA0
Text Example
Text Example
White with #789FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FA0; }
p { color: rgb(120,159,160); }
H1.HeaderClassName
{
color: #789FA0;
}
.AnyTagClassName
{
color: #789FA0;
}
</style>
background-color css
<style>
a { background-color: #789FA0; }
a { background-color: rgb(120,159,160); }
div.DivClassName
{
background-color: #789FA0;
}
.BgClassName
{
background-color: #789FA0;
}
</style>
border-color css
<style>
span { border-color: #789FA0; }
span { border-color: rgb(120,159,160); }
td.TdClassName
{
border-color: #789FA0;
}
.TagClassName
{
border-color: #789FA0;
}
</style>