Shades of Ship Cove #7F93AB
Tints of Ship Cove #7F93AB
RGB
CMYK
RGB Variations
Color information
#7F93AB (or 0x7F93AB) is known color: Ship Cove. HEX triplet: 7F, 93 and AB. RGB value is (127,147,171). Sum of RGB (Red+Green+Blue) = 127+147+171=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F93AB is #806C54. Grayscale: #8F8F8F. Windows color (decimal): -8416341 or 11244415. OLE color: 11244415.
HSL color Cylindrical-coordinate representation of color #7F93AB: hue angle of 212.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F93AB is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 147 | 171 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.33 |
| HSL | 212.73º | 0.21% | 0.58% | - |
| HSV(B) | 212.73º | 0.26% | 0.67% | - |
| XYZ | 26.54 | 28.32 | 42.6 | - |
| YUV | 143.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 171 | 0.26 | 0.14 | 0 | 0.33 | 212.73 | 0.21 | 0.58 |
| Hex | 7F | 93 | AB | 1A | E | 0 | 21 | D5 | 15 | 3A |
| Octal | 177 | 223 | 253 | 32 | 16 | 0 | 41 | 325 | 25 | 72 |
| Binary | 1111111 | 10010011 | 10101011 | 11010 | 1110 | 0 | 100001 | 11010101 | 10101 | 111010 |
Color Harmonies of #7F93AB
Complementary color
Monochromatic Colors of #7F93AB
Black with #7F93AB
Text Example
Text Example
White with #7F93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F93AB; }
p { color: rgb(127,147,171); }
H1.HeaderClassName
{
color: #7F93AB;
}
.AnyTagClassName
{
color: #7F93AB;
}
</style>
background-color css
<style>
a { background-color: #7F93AB; }
a { background-color: rgb(127,147,171); }
div.DivClassName
{
background-color: #7F93AB;
}
.BgClassName
{
background-color: #7F93AB;
}
</style>
border-color css
<style>
span { border-color: #7F93AB; }
span { border-color: rgb(127,147,171); }
td.TdClassName
{
border-color: #7F93AB;
}
.TagClassName
{
border-color: #7F93AB;
}
</style>