Shades of Ship Cove #818FAF
Tints of Ship Cove #818FAF
RGB
CMYK
RGB Variations
Color information
#818FAF (or 0x818FAF) is known color: Ship Cove. HEX triplet: 81, 8F and AF. RGB value is (129,143,175). Sum of RGB (Red+Green+Blue) = 129+143+175=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #818FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818FAF is #7E7050. Grayscale: #8E8E8E. Windows color (decimal): -8286289 or 11505537. OLE color: 11505537.
HSL color Cylindrical-coordinate representation of color #818FAF: hue angle of 221.74º 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 #818FAF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 143 | 175 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.31 |
| HSL | 221.74º | 0.22% | 0.6% | - |
| HSV(B) | 221.74º | 0.26% | 0.69% | - |
| XYZ | 26.61 | 27.41 | 44.44 | - |
| YUV | 142.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 175 | 0.26 | 0.18 | 0 | 0.31 | 221.74 | 0.22 | 0.6 |
| Hex | 81 | 8F | AF | 1A | 12 | 0 | 1F | DE | 16 | 3C |
| Octal | 201 | 217 | 257 | 32 | 22 | 0 | 37 | 336 | 26 | 74 |
| Binary | 10000001 | 10001111 | 10101111 | 11010 | 10010 | 0 | 11111 | 11011110 | 10110 | 111100 |
Color Harmonies of #818FAF
Complementary color
Monochromatic Colors of #818FAF
Black with #818FAF
Text Example
Text Example
White with #818FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FAF; }
p { color: rgb(129,143,175); }
H1.HeaderClassName
{
color: #818FAF;
}
.AnyTagClassName
{
color: #818FAF;
}
</style>
background-color css
<style>
a { background-color: #818FAF; }
a { background-color: rgb(129,143,175); }
div.DivClassName
{
background-color: #818FAF;
}
.BgClassName
{
background-color: #818FAF;
}
</style>
border-color css
<style>
span { border-color: #818FAF; }
span { border-color: rgb(129,143,175); }
td.TdClassName
{
border-color: #818FAF;
}
.TagClassName
{
border-color: #818FAF;
}
</style>