Shades of Ship Cove #7291B7
Tints of Ship Cove #7291B7
RGB
CMYK
RGB Variations
Color information
#7291B7 (or 0x7291B7) is known color: Ship Cove. HEX triplet: 72, 91 and B7. RGB value is (114,145,183). Sum of RGB (Red+Green+Blue) = 114+145+183=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #7291B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291B7 is #8D6E48. Grayscale: #8B8B8B. Windows color (decimal): -9268809 or 12030322. OLE color: 12030322.
HSL color Cylindrical-coordinate representation of color #7291B7: hue angle of 213.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7291B7 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 145 | 183 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.28 |
| HSL | 213.04º | 0.32% | 0.58% | - |
| HSV(B) | 213.04º | 0.38% | 0.72% | - |
| XYZ | 25.61 | 27.25 | 48.71 | - |
| YUV | 140.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 183 | 0.38 | 0.21 | 0 | 0.28 | 213.04 | 0.32 | 0.58 |
| Hex | 72 | 91 | B7 | 26 | 15 | 0 | 1C | D5 | 20 | 3A |
| Octal | 162 | 221 | 267 | 46 | 25 | 0 | 34 | 325 | 40 | 72 |
| Binary | 1110010 | 10010001 | 10110111 | 100110 | 10101 | 0 | 11100 | 11010101 | 100000 | 111010 |
Color Harmonies of #7291B7
Complementary color
Monochromatic Colors of #7291B7
Black with #7291B7
Text Example
Text Example
White with #7291B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7291B7; }
p { color: rgb(114,145,183); }
H1.HeaderClassName
{
color: #7291B7;
}
.AnyTagClassName
{
color: #7291B7;
}
</style>
background-color css
<style>
a { background-color: #7291B7; }
a { background-color: rgb(114,145,183); }
div.DivClassName
{
background-color: #7291B7;
}
.BgClassName
{
background-color: #7291B7;
}
</style>
border-color css
<style>
span { border-color: #7291B7; }
span { border-color: rgb(114,145,183); }
td.TdClassName
{
border-color: #7291B7;
}
.TagClassName
{
border-color: #7291B7;
}
</style>