Shades of Ship Cove #7B7D9D
Tints of Ship Cove #7B7D9D
RGB
CMYK
RGB Variations
Color information
#7B7D9D (or 0x7B7D9D) is known color: Ship Cove. HEX triplet: 7B, 7D and 9D. RGB value is (123,125,157). Sum of RGB (Red+Green+Blue) = 123+125+157=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B7D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7D9D is #848262. Grayscale: #7F7F7F. Windows color (decimal): -8684131 or 10321275. OLE color: 10321275.
HSL color Cylindrical-coordinate representation of color #7B7D9D: hue angle of 236.47º 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 #7B7D9D is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 125 | 157 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.38 |
| HSL | 236.47º | 0.15% | 0.55% | - |
| HSV(B) | 236.47º | 0.22% | 0.62% | - |
| XYZ | 21.59 | 21.31 | 34.87 | - |
| YUV | 128.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 157 | 0.22 | 0.20 | 0 | 0.38 | 236.47 | 0.15 | 0.55 |
| Hex | 7B | 7D | 9D | 16 | 14 | 0 | 26 | EC | F | 37 |
| Octal | 173 | 175 | 235 | 26 | 24 | 0 | 46 | 354 | 17 | 67 |
| Binary | 1111011 | 1111101 | 10011101 | 10110 | 10100 | 0 | 100110 | 11101100 | 1111 | 110111 |
Color Harmonies of #7B7D9D
Complementary color
Monochromatic Colors of #7B7D9D
Black with #7B7D9D
Text Example
Text Example
White with #7B7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7D9D; }
p { color: rgb(123,125,157); }
H1.HeaderClassName
{
color: #7B7D9D;
}
.AnyTagClassName
{
color: #7B7D9D;
}
</style>
background-color css
<style>
a { background-color: #7B7D9D; }
a { background-color: rgb(123,125,157); }
div.DivClassName
{
background-color: #7B7D9D;
}
.BgClassName
{
background-color: #7B7D9D;
}
</style>
border-color css
<style>
span { border-color: #7B7D9D; }
span { border-color: rgb(123,125,157); }
td.TdClassName
{
border-color: #7B7D9D;
}
.TagClassName
{
border-color: #7B7D9D;
}
</style>