Shades of Ship Cove #7B7F9D
Tints of Ship Cove #7B7F9D
RGB
CMYK
RGB Variations
Color information
#7B7F9D (or 0x7B7F9D) is known color: Ship Cove. HEX triplet: 7B, 7F and 9D. RGB value is (123,127,157). Sum of RGB (Red+Green+Blue) = 123+127+157=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B7F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F9D is #848062. Grayscale: #818181. Windows color (decimal): -8683619 or 10321787. OLE color: 10321787.
HSL color Cylindrical-coordinate representation of color #7B7F9D: hue angle of 232.94º 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 #7B7F9D is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 127 | 157 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.38 |
| HSL | 232.94º | 0.15% | 0.55% | - |
| HSV(B) | 232.94º | 0.22% | 0.62% | - |
| XYZ | 21.84 | 21.82 | 34.96 | - |
| YUV | 129.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 157 | 0.22 | 0.19 | 0 | 0.38 | 232.94 | 0.15 | 0.55 |
| Hex | 7B | 7F | 9D | 16 | 13 | 0 | 26 | E9 | F | 37 |
| Octal | 173 | 177 | 235 | 26 | 23 | 0 | 46 | 351 | 17 | 67 |
| Binary | 1111011 | 1111111 | 10011101 | 10110 | 10011 | 0 | 100110 | 11101001 | 1111 | 110111 |
Color Harmonies of #7B7F9D
Complementary color
Monochromatic Colors of #7B7F9D
Black with #7B7F9D
Text Example
Text Example
White with #7B7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F9D; }
p { color: rgb(123,127,157); }
H1.HeaderClassName
{
color: #7B7F9D;
}
.AnyTagClassName
{
color: #7B7F9D;
}
</style>
background-color css
<style>
a { background-color: #7B7F9D; }
a { background-color: rgb(123,127,157); }
div.DivClassName
{
background-color: #7B7F9D;
}
.BgClassName
{
background-color: #7B7F9D;
}
</style>
border-color css
<style>
span { border-color: #7B7F9D; }
span { border-color: rgb(123,127,157); }
td.TdClassName
{
border-color: #7B7F9D;
}
.TagClassName
{
border-color: #7B7F9D;
}
</style>