Shades of Neptune #759FAB
Tints of Neptune #759FAB
RGB
CMYK
RGB Variations
Color information
#759FAB (or 0x759FAB) is known color: Neptune. HEX triplet: 75, 9F and AB. RGB value is (117,159,171). Sum of RGB (Red+Green+Blue) = 117+159+171=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #759FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759FAB is #8A6054. Grayscale: #939393. Windows color (decimal): -9068629 or 11247477. OLE color: 11247477.
HSL color Cylindrical-coordinate representation of color #759FAB: hue angle of 193.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759FAB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 159 | 171 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.33 |
| HSL | 193.33º | 0.24% | 0.56% | - |
| HSV(B) | 193.33º | 0.32% | 0.67% | - |
| XYZ | 27.08 | 31.52 | 43.18 | - |
| YUV | 147.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 171 | 0.32 | 0.07 | 0 | 0.33 | 193.33 | 0.24 | 0.56 |
| Hex | 75 | 9F | AB | 20 | 7 | 0 | 21 | C1 | 18 | 38 |
| Octal | 165 | 237 | 253 | 40 | 7 | 0 | 41 | 301 | 30 | 70 |
| Binary | 1110101 | 10011111 | 10101011 | 100000 | 111 | 0 | 100001 | 11000001 | 11000 | 111000 |
Color Harmonies of #759FAB
Complementary color
Monochromatic Colors of #759FAB
Black with #759FAB
Text Example
Text Example
White with #759FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FAB; }
p { color: rgb(117,159,171); }
H1.HeaderClassName
{
color: #759FAB;
}
.AnyTagClassName
{
color: #759FAB;
}
</style>
background-color css
<style>
a { background-color: #759FAB; }
a { background-color: rgb(117,159,171); }
div.DivClassName
{
background-color: #759FAB;
}
.BgClassName
{
background-color: #759FAB;
}
</style>
border-color css
<style>
span { border-color: #759FAB; }
span { border-color: rgb(117,159,171); }
td.TdClassName
{
border-color: #759FAB;
}
.TagClassName
{
border-color: #759FAB;
}
</style>