Shades of Ship Cove #7C819E
Tints of Ship Cove #7C819E
RGB
CMYK
RGB Variations
Color information
#7C819E (or 0x7C819E) is known color: Ship Cove. HEX triplet: 7C, 81 and 9E. RGB value is (124,129,158). Sum of RGB (Red+Green+Blue) = 124+129+158=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C819E is #837E61. Grayscale: #828282. Windows color (decimal): -8617570 or 10387836. OLE color: 10387836.
HSL color Cylindrical-coordinate representation of color #7C819E: hue angle of 231.18º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C819E is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 129 | 158 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.38 |
| HSL | 231.18º | 0.15% | 0.55% | - |
| HSV(B) | 231.18º | 0.22% | 0.62% | - |
| XYZ | 22.33 | 22.45 | 35.5 | - |
| YUV | 130.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 158 | 0.22 | 0.18 | 0 | 0.38 | 231.18 | 0.15 | 0.55 |
| Hex | 7C | 81 | 9E | 16 | 12 | 0 | 26 | E7 | F | 37 |
| Octal | 174 | 201 | 236 | 26 | 22 | 0 | 46 | 347 | 17 | 67 |
| Binary | 1111100 | 10000001 | 10011110 | 10110 | 10010 | 0 | 100110 | 11100111 | 1111 | 110111 |
Color Harmonies of #7C819E
Complementary color
Monochromatic Colors of #7C819E
Black with #7C819E
Text Example
Text Example
White with #7C819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C819E; }
p { color: rgb(124,129,158); }
H1.HeaderClassName
{
color: #7C819E;
}
.AnyTagClassName
{
color: #7C819E;
}
</style>
background-color css
<style>
a { background-color: #7C819E; }
a { background-color: rgb(124,129,158); }
div.DivClassName
{
background-color: #7C819E;
}
.BgClassName
{
background-color: #7C819E;
}
</style>
border-color css
<style>
span { border-color: #7C819E; }
span { border-color: rgb(124,129,158); }
td.TdClassName
{
border-color: #7C819E;
}
.TagClassName
{
border-color: #7C819E;
}
</style>