Shades of Ship Cove #7B819E
Tints of Ship Cove #7B819E
RGB
CMYK
RGB Variations
Color information
#7B819E (or 0x7B819E) is known color: Ship Cove. HEX triplet: 7B, 81 and 9E. RGB value is (123,129,158). Sum of RGB (Red+Green+Blue) = 123+129+158=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B819E is #847E61. Grayscale: #828282. Windows color (decimal): -8683106 or 10387835. OLE color: 10387835.
HSL color Cylindrical-coordinate representation of color #7B819E: hue angle of 229.71º 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 #7B819E is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 129 | 158 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.38 |
| HSL | 229.71º | 0.15% | 0.55% | - |
| HSV(B) | 229.71º | 0.22% | 0.62% | - |
| XYZ | 22.19 | 22.38 | 35.5 | - |
| YUV | 130.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 158 | 0.22 | 0.18 | 0 | 0.38 | 229.71 | 0.15 | 0.55 |
| Hex | 7B | 81 | 9E | 16 | 12 | 0 | 26 | E6 | F | 37 |
| Octal | 173 | 201 | 236 | 26 | 22 | 0 | 46 | 346 | 17 | 67 |
| Binary | 1111011 | 10000001 | 10011110 | 10110 | 10010 | 0 | 100110 | 11100110 | 1111 | 110111 |
Color Harmonies of #7B819E
Complementary color
Monochromatic Colors of #7B819E
Black with #7B819E
Text Example
Text Example
White with #7B819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B819E; }
p { color: rgb(123,129,158); }
H1.HeaderClassName
{
color: #7B819E;
}
.AnyTagClassName
{
color: #7B819E;
}
</style>
background-color css
<style>
a { background-color: #7B819E; }
a { background-color: rgb(123,129,158); }
div.DivClassName
{
background-color: #7B819E;
}
.BgClassName
{
background-color: #7B819E;
}
</style>
border-color css
<style>
span { border-color: #7B819E; }
span { border-color: rgb(123,129,158); }
td.TdClassName
{
border-color: #7B819E;
}
.TagClassName
{
border-color: #7B819E;
}
</style>