Shades of Ship Cove #7183AB
Tints of Ship Cove #7183AB
RGB
CMYK
RGB Variations
Color information
#7183AB (or 0x7183AB) is known color: Ship Cove. HEX triplet: 71, 83 and AB. RGB value is (113,131,171). Sum of RGB (Red+Green+Blue) = 113+131+171=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #7183AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7183AB is #8E7C54. Grayscale: #828282. Windows color (decimal): -9337941 or 11240305. OLE color: 11240305.
HSL color Cylindrical-coordinate representation of color #7183AB: hue angle of 221.38º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7183AB is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 131 | 171 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.33 |
| HSL | 221.38º | 0.26% | 0.56% | - |
| HSV(B) | 221.38º | 0.34% | 0.67% | - |
| XYZ | 22.28 | 22.68 | 41.73 | - |
| YUV | 130.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 171 | 0.34 | 0.23 | 0 | 0.33 | 221.38 | 0.26 | 0.56 |
| Hex | 71 | 83 | AB | 22 | 17 | 0 | 21 | DD | 1A | 38 |
| Octal | 161 | 203 | 253 | 42 | 27 | 0 | 41 | 335 | 32 | 70 |
| Binary | 1110001 | 10000011 | 10101011 | 100010 | 10111 | 0 | 100001 | 11011101 | 11010 | 111000 |
Color Harmonies of #7183AB
Complementary color
Monochromatic Colors of #7183AB
Black with #7183AB
Text Example
Text Example
White with #7183AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7183AB; }
p { color: rgb(113,131,171); }
H1.HeaderClassName
{
color: #7183AB;
}
.AnyTagClassName
{
color: #7183AB;
}
</style>
background-color css
<style>
a { background-color: #7183AB; }
a { background-color: rgb(113,131,171); }
div.DivClassName
{
background-color: #7183AB;
}
.BgClassName
{
background-color: #7183AB;
}
</style>
border-color css
<style>
span { border-color: #7183AB; }
span { border-color: rgb(113,131,171); }
td.TdClassName
{
border-color: #7183AB;
}
.TagClassName
{
border-color: #7183AB;
}
</style>