Shades of Ship Cove #758BAF
Tints of Ship Cove #758BAF
RGB
CMYK
RGB Variations
Color information
#758BAF (or 0x758BAF) is known color: Ship Cove. HEX triplet: 75, 8B and AF. RGB value is (117,139,175). Sum of RGB (Red+Green+Blue) = 117+139+175=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #758BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAF is #8A7450. Grayscale: #888888. Windows color (decimal): -9073745 or 11504501. OLE color: 11504501.
HSL color Cylindrical-coordinate representation of color #758BAF: hue angle of 217.24º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758BAF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 139 | 175 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.31 |
| HSL | 217.24º | 0.27% | 0.57% | - |
| HSV(B) | 217.24º | 0.33% | 0.69% | - |
| XYZ | 24.31 | 25.34 | 44.17 | - |
| YUV | 136.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 175 | 0.33 | 0.21 | 0 | 0.31 | 217.24 | 0.27 | 0.57 |
| Hex | 75 | 8B | AF | 21 | 15 | 0 | 1F | D9 | 1B | 39 |
| Octal | 165 | 213 | 257 | 41 | 25 | 0 | 37 | 331 | 33 | 71 |
| Binary | 1110101 | 10001011 | 10101111 | 100001 | 10101 | 0 | 11111 | 11011001 | 11011 | 111001 |
Color Harmonies of #758BAF
Complementary color
Monochromatic Colors of #758BAF
Black with #758BAF
Text Example
Text Example
White with #758BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BAF; }
p { color: rgb(117,139,175); }
H1.HeaderClassName
{
color: #758BAF;
}
.AnyTagClassName
{
color: #758BAF;
}
</style>
background-color css
<style>
a { background-color: #758BAF; }
a { background-color: rgb(117,139,175); }
div.DivClassName
{
background-color: #758BAF;
}
.BgClassName
{
background-color: #758BAF;
}
</style>
border-color css
<style>
span { border-color: #758BAF; }
span { border-color: rgb(117,139,175); }
td.TdClassName
{
border-color: #758BAF;
}
.TagClassName
{
border-color: #758BAF;
}
</style>