Shades of Ship Cove #7B859F
Tints of Ship Cove #7B859F
RGB
CMYK
RGB Variations
Color information
#7B859F (or 0x7B859F) is known color: Ship Cove. HEX triplet: 7B, 85 and 9F. RGB value is (123,133,159). Sum of RGB (Red+Green+Blue) = 123+133+159=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B859F is #847A60. Grayscale: #848484. Windows color (decimal): -8682081 or 10454395. OLE color: 10454395.
HSL color Cylindrical-coordinate representation of color #7B859F: hue angle of 223.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B859F is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 133 | 159 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.38 |
| HSL | 223.33º | 0.16% | 0.55% | - |
| HSV(B) | 223.33º | 0.23% | 0.62% | - |
| XYZ | 22.81 | 23.49 | 36.13 | - |
| YUV | 132.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 159 | 0.23 | 0.16 | 0 | 0.38 | 223.33 | 0.16 | 0.55 |
| Hex | 7B | 85 | 9F | 17 | 10 | 0 | 26 | DF | 10 | 37 |
| Octal | 173 | 205 | 237 | 27 | 20 | 0 | 46 | 337 | 20 | 67 |
| Binary | 1111011 | 10000101 | 10011111 | 10111 | 10000 | 0 | 100110 | 11011111 | 10000 | 110111 |
Color Harmonies of #7B859F
Complementary color
Monochromatic Colors of #7B859F
Black with #7B859F
Text Example
Text Example
White with #7B859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B859F; }
p { color: rgb(123,133,159); }
H1.HeaderClassName
{
color: #7B859F;
}
.AnyTagClassName
{
color: #7B859F;
}
</style>
background-color css
<style>
a { background-color: #7B859F; }
a { background-color: rgb(123,133,159); }
div.DivClassName
{
background-color: #7B859F;
}
.BgClassName
{
background-color: #7B859F;
}
</style>
border-color css
<style>
span { border-color: #7B859F; }
span { border-color: rgb(123,133,159); }
td.TdClassName
{
border-color: #7B859F;
}
.TagClassName
{
border-color: #7B859F;
}
</style>