Shades of Ship Cove #7B82A6
Tints of Ship Cove #7B82A6
RGB
CMYK
RGB Variations
Color information
#7B82A6 (or 0x7B82A6) is known color: Ship Cove. HEX triplet: 7B, 82 and A6. RGB value is (123,130,166). Sum of RGB (Red+Green+Blue) = 123+130+166=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B82A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B82A6 is #847D59. Grayscale: #838383. Windows color (decimal): -8682842 or 10912379. OLE color: 10912379.
HSL color Cylindrical-coordinate representation of color #7B82A6: hue angle of 230.23º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B82A6 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 130 | 166 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.35 |
| HSL | 230.23º | 0.19% | 0.57% | - |
| HSV(B) | 230.23º | 0.26% | 0.65% | - |
| XYZ | 23.03 | 22.93 | 39.29 | - |
| YUV | 132.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 166 | 0.26 | 0.22 | 0 | 0.35 | 230.23 | 0.19 | 0.57 |
| Hex | 7B | 82 | A6 | 1A | 16 | 0 | 23 | E6 | 13 | 39 |
| Octal | 173 | 202 | 246 | 32 | 26 | 0 | 43 | 346 | 23 | 71 |
| Binary | 1111011 | 10000010 | 10100110 | 11010 | 10110 | 0 | 100011 | 11100110 | 10011 | 111001 |
Color Harmonies of #7B82A6
Complementary color
Monochromatic Colors of #7B82A6
Black with #7B82A6
Text Example
Text Example
White with #7B82A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B82A6; }
p { color: rgb(123,130,166); }
H1.HeaderClassName
{
color: #7B82A6;
}
.AnyTagClassName
{
color: #7B82A6;
}
</style>
background-color css
<style>
a { background-color: #7B82A6; }
a { background-color: rgb(123,130,166); }
div.DivClassName
{
background-color: #7B82A6;
}
.BgClassName
{
background-color: #7B82A6;
}
</style>
border-color css
<style>
span { border-color: #7B82A6; }
span { border-color: rgb(123,130,166); }
td.TdClassName
{
border-color: #7B82A6;
}
.TagClassName
{
border-color: #7B82A6;
}
</style>