Shades of Ship Cove #838FA1
Tints of Ship Cove #838FA1
RGB
CMYK
RGB Variations
Color information
#838FA1 (or 0x838FA1) is known color: Ship Cove. HEX triplet: 83, 8F and A1. RGB value is (131,143,161). Sum of RGB (Red+Green+Blue) = 131+143+161=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 161 - color contains mainly: blue. Hex color #838FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FA1 is #7C705E. Grayscale: #8D8D8D. Windows color (decimal): -8155231 or 10588035. OLE color: 10588035.
HSL color Cylindrical-coordinate representation of color #838FA1: hue angle of 216º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #838FA1 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 143 | 161 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.37 |
| HSL | 216º | 0.14% | 0.57% | - |
| HSV(B) | 216º | 0.19% | 0.63% | - |
| XYZ | 25.62 | 27.04 | 37.59 | - |
| YUV | 141.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 161 | 0.19 | 0.11 | 0 | 0.37 | 216 | 0.14 | 0.57 |
| Hex | 83 | 8F | A1 | 13 | B | 0 | 25 | D8 | E | 39 |
| Octal | 203 | 217 | 241 | 23 | 13 | 0 | 45 | 330 | 16 | 71 |
| Binary | 10000011 | 10001111 | 10100001 | 10011 | 1011 | 0 | 100101 | 11011000 | 1110 | 111001 |
Color Harmonies of #838FA1
Complementary color
Monochromatic Colors of #838FA1
Black with #838FA1
Text Example
Text Example
White with #838FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FA1; }
p { color: rgb(131,143,161); }
H1.HeaderClassName
{
color: #838FA1;
}
.AnyTagClassName
{
color: #838FA1;
}
</style>
background-color css
<style>
a { background-color: #838FA1; }
a { background-color: rgb(131,143,161); }
div.DivClassName
{
background-color: #838FA1;
}
.BgClassName
{
background-color: #838FA1;
}
</style>
border-color css
<style>
span { border-color: #838FA1; }
span { border-color: rgb(131,143,161); }
td.TdClassName
{
border-color: #838FA1;
}
.TagClassName
{
border-color: #838FA1;
}
</style>