Shades of Ship Cove #8690AC
Tints of Ship Cove #8690AC
RGB
CMYK
RGB Variations
Color information
#8690AC (or 0x8690AC) is known color: Ship Cove. HEX triplet: 86, 90 and AC. RGB value is (134,144,172). Sum of RGB (Red+Green+Blue) = 134+144+172=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #8690AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8690AC is #796F53. Grayscale: #909090. Windows color (decimal): -7958356 or 11309190. OLE color: 11309190.
HSL color Cylindrical-coordinate representation of color #8690AC: hue angle of 224.21º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8690AC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 144 | 172 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.33 |
| HSL | 224.21º | 0.19% | 0.6% | - |
| HSV(B) | 224.21º | 0.22% | 0.67% | - |
| XYZ | 27.25 | 27.99 | 43 | - |
| YUV | 144.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 172 | 0.22 | 0.16 | 0 | 0.33 | 224.21 | 0.19 | 0.6 |
| Hex | 86 | 90 | AC | 16 | 10 | 0 | 21 | E0 | 13 | 3C |
| Octal | 206 | 220 | 254 | 26 | 20 | 0 | 41 | 340 | 23 | 74 |
| Binary | 10000110 | 10010000 | 10101100 | 10110 | 10000 | 0 | 100001 | 11100000 | 10011 | 111100 |
Color Harmonies of #8690AC
Complementary color
Monochromatic Colors of #8690AC
Black with #8690AC
Text Example
Text Example
White with #8690AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690AC; }
p { color: rgb(134,144,172); }
H1.HeaderClassName
{
color: #8690AC;
}
.AnyTagClassName
{
color: #8690AC;
}
</style>
background-color css
<style>
a { background-color: #8690AC; }
a { background-color: rgb(134,144,172); }
div.DivClassName
{
background-color: #8690AC;
}
.BgClassName
{
background-color: #8690AC;
}
</style>
border-color css
<style>
span { border-color: #8690AC; }
span { border-color: rgb(134,144,172); }
td.TdClassName
{
border-color: #8690AC;
}
.TagClassName
{
border-color: #8690AC;
}
</style>