Shades of Ship Cove #7B849D
Tints of Ship Cove #7B849D
RGB
CMYK
RGB Variations
Color information
#7B849D (or 0x7B849D) is known color: Ship Cove. HEX triplet: 7B, 84 and 9D. RGB value is (123,132,157). Sum of RGB (Red+Green+Blue) = 123+132+157=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B849D is #847B62. Grayscale: #848484. Windows color (decimal): -8682339 or 10323067. OLE color: 10323067.
HSL color Cylindrical-coordinate representation of color #7B849D: hue angle of 224.12º 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 #7B849D is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 132 | 157 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.38 |
| HSL | 224.12º | 0.15% | 0.55% | - |
| HSV(B) | 224.12º | 0.22% | 0.62% | - |
| XYZ | 22.51 | 23.15 | 35.18 | - |
| YUV | 132.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 157 | 0.22 | 0.16 | 0 | 0.38 | 224.12 | 0.15 | 0.55 |
| Hex | 7B | 84 | 9D | 16 | 10 | 0 | 26 | E0 | F | 37 |
| Octal | 173 | 204 | 235 | 26 | 20 | 0 | 46 | 340 | 17 | 67 |
| Binary | 1111011 | 10000100 | 10011101 | 10110 | 10000 | 0 | 100110 | 11100000 | 1111 | 110111 |
Color Harmonies of #7B849D
Complementary color
Monochromatic Colors of #7B849D
Black with #7B849D
Text Example
Text Example
White with #7B849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B849D; }
p { color: rgb(123,132,157); }
H1.HeaderClassName
{
color: #7B849D;
}
.AnyTagClassName
{
color: #7B849D;
}
</style>
background-color css
<style>
a { background-color: #7B849D; }
a { background-color: rgb(123,132,157); }
div.DivClassName
{
background-color: #7B849D;
}
.BgClassName
{
background-color: #7B849D;
}
</style>
border-color css
<style>
span { border-color: #7B849D; }
span { border-color: rgb(123,132,157); }
td.TdClassName
{
border-color: #7B849D;
}
.TagClassName
{
border-color: #7B849D;
}
</style>