Shades of Ship Cove #8194AF
Tints of Ship Cove #8194AF
RGB
CMYK
RGB Variations
Color information
#8194AF (or 0x8194AF) is known color: Ship Cove. HEX triplet: 81, 94 and AF. RGB value is (129,148,175). Sum of RGB (Red+Green+Blue) = 129+148+175=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 148 (58.20% from 255 or 32.74% 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 #8194AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8194AF is #7E6B50. Grayscale: #919191. Windows color (decimal): -8285009 or 11506817. OLE color: 11506817.
HSL color Cylindrical-coordinate representation of color #8194AF: hue angle of 215.22º 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 #8194AF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 148 | 175 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.31 |
| HSL | 215.22º | 0.22% | 0.6% | - |
| HSV(B) | 215.22º | 0.26% | 0.69% | - |
| XYZ | 27.38 | 28.94 | 44.7 | - |
| YUV | 145.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 175 | 0.26 | 0.15 | 0 | 0.31 | 215.22 | 0.22 | 0.6 |
| Hex | 81 | 94 | AF | 1A | F | 0 | 1F | D7 | 16 | 3C |
| Octal | 201 | 224 | 257 | 32 | 17 | 0 | 37 | 327 | 26 | 74 |
| Binary | 10000001 | 10010100 | 10101111 | 11010 | 1111 | 0 | 11111 | 11010111 | 10110 | 111100 |
Color Harmonies of #8194AF
Complementary color
Monochromatic Colors of #8194AF
Black with #8194AF
Text Example
Text Example
White with #8194AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8194AF; }
p { color: rgb(129,148,175); }
H1.HeaderClassName
{
color: #8194AF;
}
.AnyTagClassName
{
color: #8194AF;
}
</style>
background-color css
<style>
a { background-color: #8194AF; }
a { background-color: rgb(129,148,175); }
div.DivClassName
{
background-color: #8194AF;
}
.BgClassName
{
background-color: #8194AF;
}
</style>
border-color css
<style>
span { border-color: #8194AF; }
span { border-color: rgb(129,148,175); }
td.TdClassName
{
border-color: #8194AF;
}
.TagClassName
{
border-color: #8194AF;
}
</style>