Shades of Ship Cove #8793A4
Tints of Ship Cove #8793A4
RGB
CMYK
RGB Variations
Color information
#8793A4 (or 0x8793A4) is known color: Ship Cove. HEX triplet: 87, 93 and A4. RGB value is (135,147,164). Sum of RGB (Red+Green+Blue) = 135+147+164=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 164 - color contains mainly: blue. Hex color #8793A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8793A4 is #786C5B. Grayscale: #919191. Windows color (decimal): -7892060 or 10785671. OLE color: 10785671.
HSL color Cylindrical-coordinate representation of color #8793A4: hue angle of 215.17º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8793A4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 147 | 164 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.36 |
| HSL | 215.17º | 0.14% | 0.59% | - |
| HSV(B) | 215.17º | 0.18% | 0.64% | - |
| XYZ | 27.13 | 28.7 | 39.23 | - |
| YUV | 145.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 164 | 0.18 | 0.10 | 0 | 0.36 | 215.17 | 0.14 | 0.59 |
| Hex | 87 | 93 | A4 | 12 | A | 0 | 24 | D7 | E | 3B |
| Octal | 207 | 223 | 244 | 22 | 12 | 0 | 44 | 327 | 16 | 73 |
| Binary | 10000111 | 10010011 | 10100100 | 10010 | 1010 | 0 | 100100 | 11010111 | 1110 | 111011 |
Color Harmonies of #8793A4
Complementary color
Monochromatic Colors of #8793A4
Black with #8793A4
Text Example
Text Example
White with #8793A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8793A4; }
p { color: rgb(135,147,164); }
H1.HeaderClassName
{
color: #8793A4;
}
.AnyTagClassName
{
color: #8793A4;
}
</style>
background-color css
<style>
a { background-color: #8793A4; }
a { background-color: rgb(135,147,164); }
div.DivClassName
{
background-color: #8793A4;
}
.BgClassName
{
background-color: #8793A4;
}
</style>
border-color css
<style>
span { border-color: #8793A4; }
span { border-color: rgb(135,147,164); }
td.TdClassName
{
border-color: #8793A4;
}
.TagClassName
{
border-color: #8793A4;
}
</style>