Shades of Ship Cove #7B85AB
Tints of Ship Cove #7B85AB
RGB
CMYK
RGB Variations
Color information
#7B85AB (or 0x7B85AB) is known color: Ship Cove. HEX triplet: 7B, 85 and AB. RGB value is (123,133,171). Sum of RGB (Red+Green+Blue) = 123+133+171=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B85AB is #847A54. Grayscale: #868686. Windows color (decimal): -8682069 or 11240827. OLE color: 11240827.
HSL color Cylindrical-coordinate representation of color #7B85AB: hue angle of 227.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B85AB is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 133 | 171 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.33 |
| HSL | 227.5º | 0.22% | 0.58% | - |
| HSV(B) | 227.5º | 0.28% | 0.67% | - |
| XYZ | 23.91 | 23.93 | 41.89 | - |
| YUV | 134.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 171 | 0.28 | 0.22 | 0 | 0.33 | 227.5 | 0.22 | 0.58 |
| Hex | 7B | 85 | AB | 1C | 16 | 0 | 21 | E4 | 16 | 3A |
| Octal | 173 | 205 | 253 | 34 | 26 | 0 | 41 | 344 | 26 | 72 |
| Binary | 1111011 | 10000101 | 10101011 | 11100 | 10110 | 0 | 100001 | 11100100 | 10110 | 111010 |
Color Harmonies of #7B85AB
Complementary color
Monochromatic Colors of #7B85AB
Black with #7B85AB
Text Example
Text Example
White with #7B85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85AB; }
p { color: rgb(123,133,171); }
H1.HeaderClassName
{
color: #7B85AB;
}
.AnyTagClassName
{
color: #7B85AB;
}
</style>
background-color css
<style>
a { background-color: #7B85AB; }
a { background-color: rgb(123,133,171); }
div.DivClassName
{
background-color: #7B85AB;
}
.BgClassName
{
background-color: #7B85AB;
}
</style>
border-color css
<style>
span { border-color: #7B85AB; }
span { border-color: rgb(123,133,171); }
td.TdClassName
{
border-color: #7B85AB;
}
.TagClassName
{
border-color: #7B85AB;
}
</style>