Shades of Ship Cove #728AAA
Tints of Ship Cove #728AAA
RGB
CMYK
RGB Variations
Color information
#728AAA (or 0x728AAA) is known color: Ship Cove. HEX triplet: 72, 8A and AA. RGB value is (114,138,170). Sum of RGB (Red+Green+Blue) = 114+138+170=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #728AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AAA is #8D7555. Grayscale: #868686. Windows color (decimal): -9270614 or 11176562. OLE color: 11176562.
HSL color Cylindrical-coordinate representation of color #728AAA: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728AAA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 138 | 170 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.33 |
| HSL | 214.29º | 0.25% | 0.56% | - |
| HSV(B) | 214.29º | 0.33% | 0.67% | - |
| XYZ | 23.28 | 24.66 | 41.56 | - |
| YUV | 134.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 170 | 0.33 | 0.19 | 0 | 0.33 | 214.29 | 0.25 | 0.56 |
| Hex | 72 | 8A | AA | 21 | 13 | 0 | 21 | D6 | 19 | 38 |
| Octal | 162 | 212 | 252 | 41 | 23 | 0 | 41 | 326 | 31 | 70 |
| Binary | 1110010 | 10001010 | 10101010 | 100001 | 10011 | 0 | 100001 | 11010110 | 11001 | 111000 |
Color Harmonies of #728AAA
Complementary color
Monochromatic Colors of #728AAA
Black with #728AAA
Text Example
Text Example
White with #728AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AAA; }
p { color: rgb(114,138,170); }
H1.HeaderClassName
{
color: #728AAA;
}
.AnyTagClassName
{
color: #728AAA;
}
</style>
background-color css
<style>
a { background-color: #728AAA; }
a { background-color: rgb(114,138,170); }
div.DivClassName
{
background-color: #728AAA;
}
.BgClassName
{
background-color: #728AAA;
}
</style>
border-color css
<style>
span { border-color: #728AAA; }
span { border-color: rgb(114,138,170); }
td.TdClassName
{
border-color: #728AAA;
}
.TagClassName
{
border-color: #728AAA;
}
</style>