Shades of Ship Cove #7B8FAB
Tints of Ship Cove #7B8FAB
RGB
CMYK
RGB Variations
Color information
#7B8FAB (or 0x7B8FAB) is known color: Ship Cove. HEX triplet: 7B, 8F and AB. RGB value is (123,143,171). Sum of RGB (Red+Green+Blue) = 123+143+171=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B8FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8FAB is #847054. Grayscale: #8C8C8C. Windows color (decimal): -8679509 or 11243387. OLE color: 11243387.
HSL color Cylindrical-coordinate representation of color #7B8FAB: hue angle of 215º 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 #7B8FAB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 143 | 171 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.33 |
| HSL | 215º | 0.22% | 0.58% | - |
| HSV(B) | 215º | 0.28% | 0.67% | - |
| XYZ | 25.34 | 26.8 | 42.36 | - |
| YUV | 140.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 171 | 0.28 | 0.16 | 0 | 0.33 | 215 | 0.22 | 0.58 |
| Hex | 7B | 8F | AB | 1C | 10 | 0 | 21 | D7 | 16 | 3A |
| Octal | 173 | 217 | 253 | 34 | 20 | 0 | 41 | 327 | 26 | 72 |
| Binary | 1111011 | 10001111 | 10101011 | 11100 | 10000 | 0 | 100001 | 11010111 | 10110 | 111010 |
Color Harmonies of #7B8FAB
Complementary color
Monochromatic Colors of #7B8FAB
Black with #7B8FAB
Text Example
Text Example
White with #7B8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8FAB; }
p { color: rgb(123,143,171); }
H1.HeaderClassName
{
color: #7B8FAB;
}
.AnyTagClassName
{
color: #7B8FAB;
}
</style>
background-color css
<style>
a { background-color: #7B8FAB; }
a { background-color: rgb(123,143,171); }
div.DivClassName
{
background-color: #7B8FAB;
}
.BgClassName
{
background-color: #7B8FAB;
}
</style>
border-color css
<style>
span { border-color: #7B8FAB; }
span { border-color: rgb(123,143,171); }
td.TdClassName
{
border-color: #7B8FAB;
}
.TagClassName
{
border-color: #7B8FAB;
}
</style>