Shades of Ship Cove #8188AD
Tints of Ship Cove #8188AD
RGB
CMYK
RGB Variations
Color information
#8188AD (or 0x8188AD) is known color: Ship Cove. HEX triplet: 81, 88 and AD. RGB value is (129,136,173). Sum of RGB (Red+Green+Blue) = 129+136+173=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #8188AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8188AD is #7E7752. Grayscale: #898989. Windows color (decimal): -8288083 or 11372673. OLE color: 11372673.
HSL color Cylindrical-coordinate representation of color #8188AD: hue angle of 230.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8188AD is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 136 | 173 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.32 |
| HSL | 230.45º | 0.21% | 0.59% | - |
| HSV(B) | 230.45º | 0.25% | 0.68% | - |
| XYZ | 25.4 | 25.29 | 43.08 | - |
| YUV | 138.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 173 | 0.25 | 0.21 | 0 | 0.32 | 230.45 | 0.21 | 0.59 |
| Hex | 81 | 88 | AD | 19 | 15 | 0 | 20 | E6 | 15 | 3B |
| Octal | 201 | 210 | 255 | 31 | 25 | 0 | 40 | 346 | 25 | 73 |
| Binary | 10000001 | 10001000 | 10101101 | 11001 | 10101 | 0 | 100000 | 11100110 | 10101 | 111011 |
Color Harmonies of #8188AD
Complementary color
Monochromatic Colors of #8188AD
Black with #8188AD
Text Example
Text Example
White with #8188AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8188AD; }
p { color: rgb(129,136,173); }
H1.HeaderClassName
{
color: #8188AD;
}
.AnyTagClassName
{
color: #8188AD;
}
</style>
background-color css
<style>
a { background-color: #8188AD; }
a { background-color: rgb(129,136,173); }
div.DivClassName
{
background-color: #8188AD;
}
.BgClassName
{
background-color: #8188AD;
}
</style>
border-color css
<style>
span { border-color: #8188AD; }
span { border-color: rgb(129,136,173); }
td.TdClassName
{
border-color: #8188AD;
}
.TagClassName
{
border-color: #8188AD;
}
</style>