Shades of Ship Cove #7F859B
Tints of Ship Cove #7F859B
RGB
CMYK
RGB Variations
Color information
#7F859B (or 0x7F859B) is known color: Ship Cove. HEX triplet: 7F, 85 and 9B. RGB value is (127,133,155). Sum of RGB (Red+Green+Blue) = 127+133+155=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F859B is #807A64. Grayscale: #858585. Windows color (decimal): -8419941 or 10192255. OLE color: 10192255.
HSL color Cylindrical-coordinate representation of color #7F859B: hue angle of 227.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F859B is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 133 | 155 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.39 |
| HSL | 227.14º | 0.12% | 0.55% | - |
| HSV(B) | 227.14º | 0.18% | 0.61% | - |
| XYZ | 23.06 | 23.65 | 34.36 | - |
| YUV | 133.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 155 | 0.18 | 0.14 | 0 | 0.39 | 227.14 | 0.12 | 0.55 |
| Hex | 7F | 85 | 9B | 12 | E | 0 | 27 | E3 | C | 37 |
| Octal | 177 | 205 | 233 | 22 | 16 | 0 | 47 | 343 | 14 | 67 |
| Binary | 1111111 | 10000101 | 10011011 | 10010 | 1110 | 0 | 100111 | 11100011 | 1100 | 110111 |
Color Harmonies of #7F859B
Complementary color
Monochromatic Colors of #7F859B
Black with #7F859B
Text Example
Text Example
White with #7F859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F859B; }
p { color: rgb(127,133,155); }
H1.HeaderClassName
{
color: #7F859B;
}
.AnyTagClassName
{
color: #7F859B;
}
</style>
background-color css
<style>
a { background-color: #7F859B; }
a { background-color: rgb(127,133,155); }
div.DivClassName
{
background-color: #7F859B;
}
.BgClassName
{
background-color: #7F859B;
}
</style>
border-color css
<style>
span { border-color: #7F859B; }
span { border-color: rgb(127,133,155); }
td.TdClassName
{
border-color: #7F859B;
}
.TagClassName
{
border-color: #7F859B;
}
</style>