Shades of Ship Cove #8194AC
Tints of Ship Cove #8194AC
RGB
CMYK
RGB Variations
Color information
#8194AC (or 0x8194AC) is known color: Ship Cove. HEX triplet: 81, 94 and AC. RGB value is (129,148,172). Sum of RGB (Red+Green+Blue) = 129+148+172=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #8194AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8194AC is #7E6B53. Grayscale: #909090. Windows color (decimal): -8285012 or 11310209. OLE color: 11310209.
HSL color Cylindrical-coordinate representation of color #8194AC: hue angle of 213.49º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8194AC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 148 | 172 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.33 |
| HSL | 213.49º | 0.21% | 0.59% | - |
| HSV(B) | 213.49º | 0.25% | 0.67% | - |
| XYZ | 27.09 | 28.83 | 43.17 | - |
| YUV | 145.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 172 | 0.25 | 0.14 | 0 | 0.33 | 213.49 | 0.21 | 0.59 |
| Hex | 81 | 94 | AC | 19 | E | 0 | 21 | D5 | 15 | 3B |
| Octal | 201 | 224 | 254 | 31 | 16 | 0 | 41 | 325 | 25 | 73 |
| Binary | 10000001 | 10010100 | 10101100 | 11001 | 1110 | 0 | 100001 | 11010101 | 10101 | 111011 |
Color Harmonies of #8194AC
Complementary color
Monochromatic Colors of #8194AC
Black with #8194AC
Text Example
Text Example
White with #8194AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8194AC; }
p { color: rgb(129,148,172); }
H1.HeaderClassName
{
color: #8194AC;
}
.AnyTagClassName
{
color: #8194AC;
}
</style>
background-color css
<style>
a { background-color: #8194AC; }
a { background-color: rgb(129,148,172); }
div.DivClassName
{
background-color: #8194AC;
}
.BgClassName
{
background-color: #8194AC;
}
</style>
border-color css
<style>
span { border-color: #8194AC; }
span { border-color: rgb(129,148,172); }
td.TdClassName
{
border-color: #8194AC;
}
.TagClassName
{
border-color: #8194AC;
}
</style>