Shades of Ship Cove #7B7FA6
Tints of Ship Cove #7B7FA6
RGB
CMYK
RGB Variations
Color information
#7B7FA6 (or 0x7B7FA6) is known color: Ship Cove. HEX triplet: 7B, 7F and A6. RGB value is (123,127,166). Sum of RGB (Red+Green+Blue) = 123+127+166=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B7FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7FA6 is #848059. Grayscale: #828282. Windows color (decimal): -8683610 or 10911611. OLE color: 10911611.
HSL color Cylindrical-coordinate representation of color #7B7FA6: hue angle of 234.42º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B7FA6 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 127 | 166 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.35 |
| HSL | 234.42º | 0.19% | 0.57% | - |
| HSV(B) | 234.42º | 0.26% | 0.65% | - |
| XYZ | 22.64 | 22.14 | 39.16 | - |
| YUV | 130.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 166 | 0.26 | 0.23 | 0 | 0.35 | 234.42 | 0.19 | 0.57 |
| Hex | 7B | 7F | A6 | 1A | 17 | 0 | 23 | EA | 13 | 39 |
| Octal | 173 | 177 | 246 | 32 | 27 | 0 | 43 | 352 | 23 | 71 |
| Binary | 1111011 | 1111111 | 10100110 | 11010 | 10111 | 0 | 100011 | 11101010 | 10011 | 111001 |
Color Harmonies of #7B7FA6
Complementary color
Monochromatic Colors of #7B7FA6
Black with #7B7FA6
Text Example
Text Example
White with #7B7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FA6; }
p { color: rgb(123,127,166); }
H1.HeaderClassName
{
color: #7B7FA6;
}
.AnyTagClassName
{
color: #7B7FA6;
}
</style>
background-color css
<style>
a { background-color: #7B7FA6; }
a { background-color: rgb(123,127,166); }
div.DivClassName
{
background-color: #7B7FA6;
}
.BgClassName
{
background-color: #7B7FA6;
}
</style>
border-color css
<style>
span { border-color: #7B7FA6; }
span { border-color: rgb(123,127,166); }
td.TdClassName
{
border-color: #7B7FA6;
}
.TagClassName
{
border-color: #7B7FA6;
}
</style>