Shades of Ship Cove #7191B4
Tints of Ship Cove #7191B4
RGB
CMYK
RGB Variations
Color information
#7191B4 (or 0x7191B4) is known color: Ship Cove. HEX triplet: 71, 91 and B4. RGB value is (113,145,180). Sum of RGB (Red+Green+Blue) = 113+145+180=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #7191B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191B4 is #8E6E4B. Grayscale: #8B8B8B. Windows color (decimal): -9334348 or 11833713. OLE color: 11833713.
HSL color Cylindrical-coordinate representation of color #7191B4: hue angle of 211.34º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7191B4 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 145 | 180 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.29 |
| HSL | 211.34º | 0.31% | 0.57% | - |
| HSV(B) | 211.34º | 0.37% | 0.71% | - |
| XYZ | 25.17 | 27.06 | 47.08 | - |
| YUV | 139.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 180 | 0.37 | 0.19 | 0 | 0.29 | 211.34 | 0.31 | 0.57 |
| Hex | 71 | 91 | B4 | 25 | 13 | 0 | 1D | D3 | 1F | 39 |
| Octal | 161 | 221 | 264 | 45 | 23 | 0 | 35 | 323 | 37 | 71 |
| Binary | 1110001 | 10010001 | 10110100 | 100101 | 10011 | 0 | 11101 | 11010011 | 11111 | 111001 |
Color Harmonies of #7191B4
Complementary color
Monochromatic Colors of #7191B4
Black with #7191B4
Text Example
Text Example
White with #7191B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7191B4; }
p { color: rgb(113,145,180); }
H1.HeaderClassName
{
color: #7191B4;
}
.AnyTagClassName
{
color: #7191B4;
}
</style>
background-color css
<style>
a { background-color: #7191B4; }
a { background-color: rgb(113,145,180); }
div.DivClassName
{
background-color: #7191B4;
}
.BgClassName
{
background-color: #7191B4;
}
</style>
border-color css
<style>
span { border-color: #7191B4; }
span { border-color: rgb(113,145,180); }
td.TdClassName
{
border-color: #7191B4;
}
.TagClassName
{
border-color: #7191B4;
}
</style>