Shades of Ship Cove #7A92B5
Tints of Ship Cove #7A92B5
RGB
CMYK
RGB Variations
Color information
#7A92B5 (or 0x7A92B5) is known color: Ship Cove. HEX triplet: 7A, 92 and B5. RGB value is (122,146,181). Sum of RGB (Red+Green+Blue) = 122+146+181=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A92B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A92B5 is #856D4A. Grayscale: #8E8E8E. Windows color (decimal): -8744267 or 11899514. OLE color: 11899514.
HSL color Cylindrical-coordinate representation of color #7A92B5: hue angle of 215.59º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A92B5 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 146 | 181 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.29 |
| HSL | 215.59º | 0.29% | 0.59% | - |
| HSV(B) | 215.59º | 0.33% | 0.71% | - |
| XYZ | 26.65 | 28.03 | 47.72 | - |
| YUV | 142.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 181 | 0.33 | 0.19 | 0 | 0.29 | 215.59 | 0.29 | 0.59 |
| Hex | 7A | 92 | B5 | 21 | 13 | 0 | 1D | D8 | 1D | 3B |
| Octal | 172 | 222 | 265 | 41 | 23 | 0 | 35 | 330 | 35 | 73 |
| Binary | 1111010 | 10010010 | 10110101 | 100001 | 10011 | 0 | 11101 | 11011000 | 11101 | 111011 |
Color Harmonies of #7A92B5
Complementary color
Monochromatic Colors of #7A92B5
Black with #7A92B5
Text Example
Text Example
White with #7A92B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A92B5; }
p { color: rgb(122,146,181); }
H1.HeaderClassName
{
color: #7A92B5;
}
.AnyTagClassName
{
color: #7A92B5;
}
</style>
background-color css
<style>
a { background-color: #7A92B5; }
a { background-color: rgb(122,146,181); }
div.DivClassName
{
background-color: #7A92B5;
}
.BgClassName
{
background-color: #7A92B5;
}
</style>
border-color css
<style>
span { border-color: #7A92B5; }
span { border-color: rgb(122,146,181); }
td.TdClassName
{
border-color: #7A92B5;
}
.TagClassName
{
border-color: #7A92B5;
}
</style>