Shades of Ship Cove #8095AF
Tints of Ship Cove #8095AF
RGB
CMYK
RGB Variations
Color information
#8095AF (or 0x8095AF) is known color: Ship Cove. HEX triplet: 80, 95 and AF. RGB value is (128,149,175). Sum of RGB (Red+Green+Blue) = 128+149+175=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #8095AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8095AF is #7F6A50. Grayscale: #919191. Windows color (decimal): -8350289 or 11507072. OLE color: 11507072.
HSL color Cylindrical-coordinate representation of color #8095AF: hue angle of 213.19º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8095AF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 149 | 175 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.31 |
| HSL | 213.19º | 0.23% | 0.59% | - |
| HSV(B) | 213.19º | 0.27% | 0.69% | - |
| XYZ | 27.39 | 29.18 | 44.75 | - |
| YUV | 145.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 175 | 0.27 | 0.15 | 0 | 0.31 | 213.19 | 0.23 | 0.59 |
| Hex | 80 | 95 | AF | 1B | F | 0 | 1F | D5 | 17 | 3B |
| Octal | 200 | 225 | 257 | 33 | 17 | 0 | 37 | 325 | 27 | 73 |
| Binary | 10000000 | 10010101 | 10101111 | 11011 | 1111 | 0 | 11111 | 11010101 | 10111 | 111011 |
Color Harmonies of #8095AF
Complementary color
Monochromatic Colors of #8095AF
Black with #8095AF
Text Example
Text Example
White with #8095AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095AF; }
p { color: rgb(128,149,175); }
H1.HeaderClassName
{
color: #8095AF;
}
.AnyTagClassName
{
color: #8095AF;
}
</style>
background-color css
<style>
a { background-color: #8095AF; }
a { background-color: rgb(128,149,175); }
div.DivClassName
{
background-color: #8095AF;
}
.BgClassName
{
background-color: #8095AF;
}
</style>
border-color css
<style>
span { border-color: #8095AF; }
span { border-color: rgb(128,149,175); }
td.TdClassName
{
border-color: #8095AF;
}
.TagClassName
{
border-color: #8095AF;
}
</style>