Shades of Ship Cove #7B8DAB
Tints of Ship Cove #7B8DAB
RGB
CMYK
RGB Variations
Color information
#7B8DAB (or 0x7B8DAB) is known color: Ship Cove. HEX triplet: 7B, 8D and AB. RGB value is (123,141,171). Sum of RGB (Red+Green+Blue) = 123+141+171=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B8DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8DAB is #847254. Grayscale: #8A8A8A. Windows color (decimal): -8680021 or 11242875. OLE color: 11242875.
HSL color Cylindrical-coordinate representation of color #7B8DAB: hue angle of 217.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 #7B8DAB is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 141 | 171 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.33 |
| HSL | 217.5º | 0.22% | 0.58% | - |
| HSV(B) | 217.5º | 0.28% | 0.67% | - |
| XYZ | 25.04 | 26.2 | 42.27 | - |
| YUV | 139.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 171 | 0.28 | 0.18 | 0 | 0.33 | 217.5 | 0.22 | 0.58 |
| Hex | 7B | 8D | AB | 1C | 12 | 0 | 21 | DA | 16 | 3A |
| Octal | 173 | 215 | 253 | 34 | 22 | 0 | 41 | 332 | 26 | 72 |
| Binary | 1111011 | 10001101 | 10101011 | 11100 | 10010 | 0 | 100001 | 11011010 | 10110 | 111010 |
Color Harmonies of #7B8DAB
Complementary color
Monochromatic Colors of #7B8DAB
Black with #7B8DAB
Text Example
Text Example
White with #7B8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8DAB; }
p { color: rgb(123,141,171); }
H1.HeaderClassName
{
color: #7B8DAB;
}
.AnyTagClassName
{
color: #7B8DAB;
}
</style>
background-color css
<style>
a { background-color: #7B8DAB; }
a { background-color: rgb(123,141,171); }
div.DivClassName
{
background-color: #7B8DAB;
}
.BgClassName
{
background-color: #7B8DAB;
}
</style>
border-color css
<style>
span { border-color: #7B8DAB; }
span { border-color: rgb(123,141,171); }
td.TdClassName
{
border-color: #7B8DAB;
}
.TagClassName
{
border-color: #7B8DAB;
}
</style>