Shades of Ship Cove #7289AC
Tints of Ship Cove #7289AC
RGB
CMYK
RGB Variations
Color information
#7289AC (or 0x7289AC) is known color: Ship Cove. HEX triplet: 72, 89 and AC. RGB value is (114,137,172). Sum of RGB (Red+Green+Blue) = 114+137+172=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #7289AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7289AC is #8D7653. Grayscale: #858585. Windows color (decimal): -9270868 or 11307378. OLE color: 11307378.
HSL color Cylindrical-coordinate representation of color #7289AC: hue angle of 216.21º 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 #7289AC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 137 | 172 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.33 |
| HSL | 216.21º | 0.26% | 0.56% | - |
| HSV(B) | 216.21º | 0.34% | 0.67% | - |
| XYZ | 23.33 | 24.45 | 42.52 | - |
| YUV | 134.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 172 | 0.34 | 0.20 | 0 | 0.33 | 216.21 | 0.26 | 0.56 |
| Hex | 72 | 89 | AC | 22 | 14 | 0 | 21 | D8 | 1A | 38 |
| Octal | 162 | 211 | 254 | 42 | 24 | 0 | 41 | 330 | 32 | 70 |
| Binary | 1110010 | 10001001 | 10101100 | 100010 | 10100 | 0 | 100001 | 11011000 | 11010 | 111000 |
Color Harmonies of #7289AC
Complementary color
Monochromatic Colors of #7289AC
Black with #7289AC
Text Example
Text Example
White with #7289AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7289AC; }
p { color: rgb(114,137,172); }
H1.HeaderClassName
{
color: #7289AC;
}
.AnyTagClassName
{
color: #7289AC;
}
</style>
background-color css
<style>
a { background-color: #7289AC; }
a { background-color: rgb(114,137,172); }
div.DivClassName
{
background-color: #7289AC;
}
.BgClassName
{
background-color: #7289AC;
}
</style>
border-color css
<style>
span { border-color: #7289AC; }
span { border-color: rgb(114,137,172); }
td.TdClassName
{
border-color: #7289AC;
}
.TagClassName
{
border-color: #7289AC;
}
</style>