Shades of Neptune #75A4B3
Tints of Neptune #75A4B3
RGB
CMYK
RGB Variations
Color information
#75A4B3 (or 0x75A4B3) is known color: Neptune. HEX triplet: 75, A4 and B3. RGB value is (117,164,179). Sum of RGB (Red+Green+Blue) = 117+164+179=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #75A4B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A4B3 is #8A5B4C. Grayscale: #979797. Windows color (decimal): -9067341 or 11773045. OLE color: 11773045.
HSL color Cylindrical-coordinate representation of color #75A4B3: hue angle of 194.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75A4B3 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 164 | 179 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.30 |
| HSL | 194.52º | 0.29% | 0.58% | - |
| HSV(B) | 194.52º | 0.35% | 0.7% | - |
| XYZ | 28.75 | 33.59 | 47.62 | - |
| YUV | 151.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 164 | 179 | 0.35 | 0.08 | 0 | 0.30 | 194.52 | 0.29 | 0.58 |
| Hex | 75 | A4 | B3 | 23 | 8 | 0 | 1E | C3 | 1D | 3A |
| Octal | 165 | 244 | 263 | 43 | 10 | 0 | 36 | 303 | 35 | 72 |
| Binary | 1110101 | 10100100 | 10110011 | 100011 | 1000 | 0 | 11110 | 11000011 | 11101 | 111010 |
Color Harmonies of #75A4B3
Complementary color
Monochromatic Colors of #75A4B3
Black with #75A4B3
Text Example
Text Example
White with #75A4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A4B3; }
p { color: rgb(117,164,179); }
H1.HeaderClassName
{
color: #75A4B3;
}
.AnyTagClassName
{
color: #75A4B3;
}
</style>
background-color css
<style>
a { background-color: #75A4B3; }
a { background-color: rgb(117,164,179); }
div.DivClassName
{
background-color: #75A4B3;
}
.BgClassName
{
background-color: #75A4B3;
}
</style>
border-color css
<style>
span { border-color: #75A4B3; }
span { border-color: rgb(117,164,179); }
td.TdClassName
{
border-color: #75A4B3;
}
.TagClassName
{
border-color: #75A4B3;
}
</style>