Shades of Ship Cove #8793AF
Tints of Ship Cove #8793AF
RGB
CMYK
RGB Variations
Color information
#8793AF (or 0x8793AF) is known color: Ship Cove. HEX triplet: 87, 93 and AF. RGB value is (135,147,175). Sum of RGB (Red+Green+Blue) = 135+147+175=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8793AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8793AF is #786C50. Grayscale: #929292. Windows color (decimal): -7892049 or 11506567. OLE color: 11506567.
HSL color Cylindrical-coordinate representation of color #8793AF: hue angle of 222º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8793AF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 147 | 175 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.31 |
| HSL | 222º | 0.2% | 0.61% | - |
| HSV(B) | 222º | 0.23% | 0.69% | - |
| XYZ | 28.16 | 29.11 | 44.69 | - |
| YUV | 146.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 175 | 0.23 | 0.16 | 0 | 0.31 | 222 | 0.2 | 0.61 |
| Hex | 87 | 93 | AF | 17 | 10 | 0 | 1F | DE | 14 | 3D |
| Octal | 207 | 223 | 257 | 27 | 20 | 0 | 37 | 336 | 24 | 75 |
| Binary | 10000111 | 10010011 | 10101111 | 10111 | 10000 | 0 | 11111 | 11011110 | 10100 | 111101 |
Color Harmonies of #8793AF
Complementary color
Monochromatic Colors of #8793AF
Black with #8793AF
Text Example
Text Example
White with #8793AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8793AF; }
p { color: rgb(135,147,175); }
H1.HeaderClassName
{
color: #8793AF;
}
.AnyTagClassName
{
color: #8793AF;
}
</style>
background-color css
<style>
a { background-color: #8793AF; }
a { background-color: rgb(135,147,175); }
div.DivClassName
{
background-color: #8793AF;
}
.BgClassName
{
background-color: #8793AF;
}
</style>
border-color css
<style>
span { border-color: #8793AF; }
span { border-color: rgb(135,147,175); }
td.TdClassName
{
border-color: #8793AF;
}
.TagClassName
{
border-color: #8793AF;
}
</style>