Shades of Ship Cove #7B7FA5
Tints of Ship Cove #7B7FA5
RGB
CMYK
RGB Variations
Color information
#7B7FA5 (or 0x7B7FA5) is known color: Ship Cove. HEX triplet: 7B, 7F and A5. RGB value is (123,127,165). Sum of RGB (Red+Green+Blue) = 123+127+165=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B7FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7FA5 is #84805A. Grayscale: #818181. Windows color (decimal): -8683611 or 10846075. OLE color: 10846075.
HSL color Cylindrical-coordinate representation of color #7B7FA5: hue angle of 234.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B7FA5 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 127 | 165 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.35 |
| HSL | 234.29º | 0.19% | 0.56% | - |
| HSV(B) | 234.29º | 0.25% | 0.65% | - |
| XYZ | 22.55 | 22.11 | 38.68 | - |
| YUV | 130.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 165 | 0.25 | 0.23 | 0 | 0.35 | 234.29 | 0.19 | 0.56 |
| Hex | 7B | 7F | A5 | 19 | 17 | 0 | 23 | EA | 13 | 38 |
| Octal | 173 | 177 | 245 | 31 | 27 | 0 | 43 | 352 | 23 | 70 |
| Binary | 1111011 | 1111111 | 10100101 | 11001 | 10111 | 0 | 100011 | 11101010 | 10011 | 111000 |
Color Harmonies of #7B7FA5
Complementary color
Monochromatic Colors of #7B7FA5
Black with #7B7FA5
Text Example
Text Example
White with #7B7FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FA5; }
p { color: rgb(123,127,165); }
H1.HeaderClassName
{
color: #7B7FA5;
}
.AnyTagClassName
{
color: #7B7FA5;
}
</style>
background-color css
<style>
a { background-color: #7B7FA5; }
a { background-color: rgb(123,127,165); }
div.DivClassName
{
background-color: #7B7FA5;
}
.BgClassName
{
background-color: #7B7FA5;
}
</style>
border-color css
<style>
span { border-color: #7B7FA5; }
span { border-color: rgb(123,127,165); }
td.TdClassName
{
border-color: #7B7FA5;
}
.TagClassName
{
border-color: #7B7FA5;
}
</style>