Shades of Ship Cove #8393AF
Tints of Ship Cove #8393AF
RGB
CMYK
RGB Variations
Color information
#8393AF (or 0x8393AF) is known color: Ship Cove. HEX triplet: 83, 93 and AF. RGB value is (131,147,175). Sum of RGB (Red+Green+Blue) = 131+147+175=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8393AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8393AF is #7C6C50. Grayscale: #919191. Windows color (decimal): -8154193 or 11506563. OLE color: 11506563.
HSL color Cylindrical-coordinate representation of color #8393AF: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8393AF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 147 | 175 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.31 |
| HSL | 218.18º | 0.22% | 0.6% | - |
| HSV(B) | 218.18º | 0.25% | 0.69% | - |
| XYZ | 27.53 | 28.79 | 44.66 | - |
| YUV | 145.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 175 | 0.25 | 0.16 | 0 | 0.31 | 218.18 | 0.22 | 0.6 |
| Hex | 83 | 93 | AF | 19 | 10 | 0 | 1F | DA | 16 | 3C |
| Octal | 203 | 223 | 257 | 31 | 20 | 0 | 37 | 332 | 26 | 74 |
| Binary | 10000011 | 10010011 | 10101111 | 11001 | 10000 | 0 | 11111 | 11011010 | 10110 | 111100 |
Color Harmonies of #8393AF
Complementary color
Monochromatic Colors of #8393AF
Black with #8393AF
Text Example
Text Example
White with #8393AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8393AF; }
p { color: rgb(131,147,175); }
H1.HeaderClassName
{
color: #8393AF;
}
.AnyTagClassName
{
color: #8393AF;
}
</style>
background-color css
<style>
a { background-color: #8393AF; }
a { background-color: rgb(131,147,175); }
div.DivClassName
{
background-color: #8393AF;
}
.BgClassName
{
background-color: #8393AF;
}
</style>
border-color css
<style>
span { border-color: #8393AF; }
span { border-color: rgb(131,147,175); }
td.TdClassName
{
border-color: #8393AF;
}
.TagClassName
{
border-color: #8393AF;
}
</style>