Shades of Ship Cove #7B809D
Tints of Ship Cove #7B809D
RGB
CMYK
RGB Variations
Color information
#7B809D (or 0x7B809D) is known color: Ship Cove. HEX triplet: 7B, 80 and 9D. RGB value is (123,128,157). Sum of RGB (Red+Green+Blue) = 123+128+157=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B809D is #847F62. Grayscale: #818181. Windows color (decimal): -8683363 or 10322043. OLE color: 10322043.
HSL color Cylindrical-coordinate representation of color #7B809D: 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 #7B809D is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 128 | 157 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.38 |
| HSL | 231.18º | 0.15% | 0.55% | - |
| HSV(B) | 231.18º | 0.22% | 0.62% | - |
| XYZ | 21.97 | 22.08 | 35 | - |
| YUV | 129.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 157 | 0.22 | 0.18 | 0 | 0.38 | 231.18 | 0.15 | 0.55 |
| Hex | 7B | 80 | 9D | 16 | 12 | 0 | 26 | E7 | F | 37 |
| Octal | 173 | 200 | 235 | 26 | 22 | 0 | 46 | 347 | 17 | 67 |
| Binary | 1111011 | 10000000 | 10011101 | 10110 | 10010 | 0 | 100110 | 11100111 | 1111 | 110111 |
Color Harmonies of #7B809D
Complementary color
Monochromatic Colors of #7B809D
Black with #7B809D
Text Example
Text Example
White with #7B809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B809D; }
p { color: rgb(123,128,157); }
H1.HeaderClassName
{
color: #7B809D;
}
.AnyTagClassName
{
color: #7B809D;
}
</style>
background-color css
<style>
a { background-color: #7B809D; }
a { background-color: rgb(123,128,157); }
div.DivClassName
{
background-color: #7B809D;
}
.BgClassName
{
background-color: #7B809D;
}
</style>
border-color css
<style>
span { border-color: #7B809D; }
span { border-color: rgb(123,128,157); }
td.TdClassName
{
border-color: #7B809D;
}
.TagClassName
{
border-color: #7B809D;
}
</style>