Shades of Ship Cove #8188AC
Tints of Ship Cove #8188AC
RGB
CMYK
RGB Variations
Color information
#8188AC (or 0x8188AC) is known color: Ship Cove. HEX triplet: 81, 88 and AC. RGB value is (129,136,172). Sum of RGB (Red+Green+Blue) = 129+136+172=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8188AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8188AC is #7E7753. Grayscale: #898989. Windows color (decimal): -8288084 or 11307137. OLE color: 11307137.
HSL color Cylindrical-coordinate representation of color #8188AC: hue angle of 230.23º 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 #8188AC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 136 | 172 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.33 |
| HSL | 230.23º | 0.21% | 0.59% | - |
| HSV(B) | 230.23º | 0.25% | 0.67% | - |
| XYZ | 25.3 | 25.25 | 42.57 | - |
| YUV | 138.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 172 | 0.25 | 0.21 | 0 | 0.33 | 230.23 | 0.21 | 0.59 |
| Hex | 81 | 88 | AC | 19 | 15 | 0 | 21 | E6 | 15 | 3B |
| Octal | 201 | 210 | 254 | 31 | 25 | 0 | 41 | 346 | 25 | 73 |
| Binary | 10000001 | 10001000 | 10101100 | 11001 | 10101 | 0 | 100001 | 11100110 | 10101 | 111011 |
Color Harmonies of #8188AC
Complementary color
Monochromatic Colors of #8188AC
Black with #8188AC
Text Example
Text Example
White with #8188AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8188AC; }
p { color: rgb(129,136,172); }
H1.HeaderClassName
{
color: #8188AC;
}
.AnyTagClassName
{
color: #8188AC;
}
</style>
background-color css
<style>
a { background-color: #8188AC; }
a { background-color: rgb(129,136,172); }
div.DivClassName
{
background-color: #8188AC;
}
.BgClassName
{
background-color: #8188AC;
}
</style>
border-color css
<style>
span { border-color: #8188AC; }
span { border-color: rgb(129,136,172); }
td.TdClassName
{
border-color: #8188AC;
}
.TagClassName
{
border-color: #8188AC;
}
</style>