Shades of Ship Cove #7B829D
Tints of Ship Cove #7B829D
RGB
CMYK
RGB Variations
Color information
#7B829D (or 0x7B829D) is known color: Ship Cove. HEX triplet: 7B, 82 and 9D. RGB value is (123,130,157). Sum of RGB (Red+Green+Blue) = 123+130+157=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B829D is #847D62. Grayscale: #828282. Windows color (decimal): -8682851 or 10322555. OLE color: 10322555.
HSL color Cylindrical-coordinate representation of color #7B829D: hue angle of 227.65º 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 #7B829D is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 130 | 157 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.38 |
| HSL | 227.65º | 0.15% | 0.55% | - |
| HSV(B) | 227.65º | 0.22% | 0.62% | - |
| XYZ | 22.24 | 22.61 | 35.09 | - |
| YUV | 130.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 157 | 0.22 | 0.17 | 0 | 0.38 | 227.65 | 0.15 | 0.55 |
| Hex | 7B | 82 | 9D | 16 | 11 | 0 | 26 | E4 | F | 37 |
| Octal | 173 | 202 | 235 | 26 | 21 | 0 | 46 | 344 | 17 | 67 |
| Binary | 1111011 | 10000010 | 10011101 | 10110 | 10001 | 0 | 100110 | 11100100 | 1111 | 110111 |
Color Harmonies of #7B829D
Complementary color
Monochromatic Colors of #7B829D
Black with #7B829D
Text Example
Text Example
White with #7B829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B829D; }
p { color: rgb(123,130,157); }
H1.HeaderClassName
{
color: #7B829D;
}
.AnyTagClassName
{
color: #7B829D;
}
</style>
background-color css
<style>
a { background-color: #7B829D; }
a { background-color: rgb(123,130,157); }
div.DivClassName
{
background-color: #7B829D;
}
.BgClassName
{
background-color: #7B829D;
}
</style>
border-color css
<style>
span { border-color: #7B829D; }
span { border-color: rgb(123,130,157); }
td.TdClassName
{
border-color: #7B829D;
}
.TagClassName
{
border-color: #7B829D;
}
</style>