Shades of Ship Cove #8191B2
Tints of Ship Cove #8191B2
RGB
CMYK
RGB Variations
Color information
#8191B2 (or 0x8191B2) is known color: Ship Cove. HEX triplet: 81, 91 and B2. RGB value is (129,145,178). Sum of RGB (Red+Green+Blue) = 129+145+178=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 178 - color contains mainly: blue. Hex color #8191B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8191B2 is #7E6E4D. Grayscale: #8F8F8F. Windows color (decimal): -8285774 or 11702657. OLE color: 11702657.
HSL color Cylindrical-coordinate representation of color #8191B2: hue angle of 220.41º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8191B2 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 145 | 178 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.30 |
| HSL | 220.41º | 0.24% | 0.6% | - |
| HSV(B) | 220.41º | 0.28% | 0.7% | - |
| XYZ | 27.21 | 28.13 | 46.12 | - |
| YUV | 143.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 178 | 0.28 | 0.19 | 0 | 0.30 | 220.41 | 0.24 | 0.6 |
| Hex | 81 | 91 | B2 | 1C | 13 | 0 | 1E | DC | 18 | 3C |
| Octal | 201 | 221 | 262 | 34 | 23 | 0 | 36 | 334 | 30 | 74 |
| Binary | 10000001 | 10010001 | 10110010 | 11100 | 10011 | 0 | 11110 | 11011100 | 11000 | 111100 |
Color Harmonies of #8191B2
Complementary color
Monochromatic Colors of #8191B2
Black with #8191B2
Text Example
Text Example
White with #8191B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191B2; }
p { color: rgb(129,145,178); }
H1.HeaderClassName
{
color: #8191B2;
}
.AnyTagClassName
{
color: #8191B2;
}
</style>
background-color css
<style>
a { background-color: #8191B2; }
a { background-color: rgb(129,145,178); }
div.DivClassName
{
background-color: #8191B2;
}
.BgClassName
{
background-color: #8191B2;
}
</style>
border-color css
<style>
span { border-color: #8191B2; }
span { border-color: rgb(129,145,178); }
td.TdClassName
{
border-color: #8191B2;
}
.TagClassName
{
border-color: #8191B2;
}
</style>