Shades of Neptune #759C9D
Tints of Neptune #759C9D
RGB
CMYK
RGB Variations
Color information
#759C9D (or 0x759C9D) is known color: Neptune. HEX triplet: 75, 9C and 9D. RGB value is (117,156,157). Sum of RGB (Red+Green+Blue) = 117+156+157=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #759C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C9D is #8A6362. Grayscale: #909090. Windows color (decimal): -9069411 or 10329205. OLE color: 10329205.
HSL color Cylindrical-coordinate representation of color #759C9D: hue angle of 181.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759C9D is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 156 | 157 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.38 |
| HSL | 181.5º | 0.17% | 0.54% | - |
| HSV(B) | 181.5º | 0.25% | 0.62% | - |
| XYZ | 25.31 | 29.99 | 36.35 | - |
| YUV | 144.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 157 | 0.25 | 0.01 | 0 | 0.38 | 181.5 | 0.17 | 0.54 |
| Hex | 75 | 9C | 9D | 19 | 1 | 0 | 26 | B6 | 11 | 36 |
| Octal | 165 | 234 | 235 | 31 | 1 | 0 | 46 | 266 | 21 | 66 |
| Binary | 1110101 | 10011100 | 10011101 | 11001 | 1 | 0 | 100110 | 10110110 | 10001 | 110110 |
Color Harmonies of #759C9D
Complementary color
Monochromatic Colors of #759C9D
Black with #759C9D
Text Example
Text Example
White with #759C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C9D; }
p { color: rgb(117,156,157); }
H1.HeaderClassName
{
color: #759C9D;
}
.AnyTagClassName
{
color: #759C9D;
}
</style>
background-color css
<style>
a { background-color: #759C9D; }
a { background-color: rgb(117,156,157); }
div.DivClassName
{
background-color: #759C9D;
}
.BgClassName
{
background-color: #759C9D;
}
</style>
border-color css
<style>
span { border-color: #759C9D; }
span { border-color: rgb(117,156,157); }
td.TdClassName
{
border-color: #759C9D;
}
.TagClassName
{
border-color: #759C9D;
}
</style>