Shades of Ship Cove #7B7E9B
Tints of Ship Cove #7B7E9B
RGB
CMYK
RGB Variations
Color information
#7B7E9B (or 0x7B7E9B) is known color: Ship Cove. HEX triplet: 7B, 7E and 9B. RGB value is (123,126,155). Sum of RGB (Red+Green+Blue) = 123+126+155=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7E9B is #848164. Grayscale: #808080. Windows color (decimal): -8683877 or 10190459. OLE color: 10190459.
HSL color Cylindrical-coordinate representation of color #7B7E9B: hue angle of 234.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7E9B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 126 | 155 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.39 |
| HSL | 234.38º | 0.14% | 0.55% | - |
| HSV(B) | 234.38º | 0.21% | 0.61% | - |
| XYZ | 21.55 | 21.5 | 34.02 | - |
| YUV | 128.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 155 | 0.21 | 0.19 | 0 | 0.39 | 234.38 | 0.14 | 0.55 |
| Hex | 7B | 7E | 9B | 15 | 13 | 0 | 27 | EA | E | 37 |
| Octal | 173 | 176 | 233 | 25 | 23 | 0 | 47 | 352 | 16 | 67 |
| Binary | 1111011 | 1111110 | 10011011 | 10101 | 10011 | 0 | 100111 | 11101010 | 1110 | 110111 |
Color Harmonies of #7B7E9B
Complementary color
Monochromatic Colors of #7B7E9B
Black with #7B7E9B
Text Example
Text Example
White with #7B7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7E9B; }
p { color: rgb(123,126,155); }
H1.HeaderClassName
{
color: #7B7E9B;
}
.AnyTagClassName
{
color: #7B7E9B;
}
</style>
background-color css
<style>
a { background-color: #7B7E9B; }
a { background-color: rgb(123,126,155); }
div.DivClassName
{
background-color: #7B7E9B;
}
.BgClassName
{
background-color: #7B7E9B;
}
</style>
border-color css
<style>
span { border-color: #7B7E9B; }
span { border-color: rgb(123,126,155); }
td.TdClassName
{
border-color: #7B7E9B;
}
.TagClassName
{
border-color: #7B7E9B;
}
</style>