Shades of Ship Cove #8195AF
Tints of Ship Cove #8195AF
RGB
CMYK
RGB Variations
Color information
#8195AF (or 0x8195AF) is known color: Ship Cove. HEX triplet: 81, 95 and AF. RGB value is (129,149,175). Sum of RGB (Red+Green+Blue) = 129+149+175=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 149 (58.59% from 255 or 32.89% 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 #8195AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8195AF is #7E6A50. Grayscale: #919191. Windows color (decimal): -8284753 or 11507073. OLE color: 11507073.
HSL color Cylindrical-coordinate representation of color #8195AF: hue angle of 213.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8195AF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 149 | 175 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.31 |
| HSL | 213.91º | 0.22% | 0.6% | - |
| HSV(B) | 213.91º | 0.26% | 0.69% | - |
| XYZ | 27.54 | 29.26 | 44.75 | - |
| YUV | 145.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 175 | 0.26 | 0.15 | 0 | 0.31 | 213.91 | 0.22 | 0.6 |
| Hex | 81 | 95 | AF | 1A | F | 0 | 1F | D6 | 16 | 3C |
| Octal | 201 | 225 | 257 | 32 | 17 | 0 | 37 | 326 | 26 | 74 |
| Binary | 10000001 | 10010101 | 10101111 | 11010 | 1111 | 0 | 11111 | 11010110 | 10110 | 111100 |
Color Harmonies of #8195AF
Complementary color
Monochromatic Colors of #8195AF
Black with #8195AF
Text Example
Text Example
White with #8195AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195AF; }
p { color: rgb(129,149,175); }
H1.HeaderClassName
{
color: #8195AF;
}
.AnyTagClassName
{
color: #8195AF;
}
</style>
background-color css
<style>
a { background-color: #8195AF; }
a { background-color: rgb(129,149,175); }
div.DivClassName
{
background-color: #8195AF;
}
.BgClassName
{
background-color: #8195AF;
}
</style>
border-color css
<style>
span { border-color: #8195AF; }
span { border-color: rgb(129,149,175); }
td.TdClassName
{
border-color: #8195AF;
}
.TagClassName
{
border-color: #8195AF;
}
</style>