Shades of Ship Cove #838DA1
Tints of Ship Cove #838DA1
RGB
CMYK
RGB Variations
Color information
#838DA1 (or 0x838DA1) is known color: Ship Cove. HEX triplet: 83, 8D and A1. RGB value is (131,141,161). Sum of RGB (Red+Green+Blue) = 131+141+161=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #838DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838DA1 is #7C725E. Grayscale: #8C8C8C. Windows color (decimal): -8155743 or 10587523. OLE color: 10587523.
HSL color Cylindrical-coordinate representation of color #838DA1: hue angle of 220º 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 #838DA1 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 141 | 161 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.37 |
| HSL | 220º | 0.14% | 0.57% | - |
| HSV(B) | 220º | 0.19% | 0.63% | - |
| XYZ | 25.32 | 26.45 | 37.49 | - |
| YUV | 140.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 161 | 0.19 | 0.12 | 0 | 0.37 | 220 | 0.14 | 0.57 |
| Hex | 83 | 8D | A1 | 13 | C | 0 | 25 | DC | E | 39 |
| Octal | 203 | 215 | 241 | 23 | 14 | 0 | 45 | 334 | 16 | 71 |
| Binary | 10000011 | 10001101 | 10100001 | 10011 | 1100 | 0 | 100101 | 11011100 | 1110 | 111001 |
Color Harmonies of #838DA1
Complementary color
Monochromatic Colors of #838DA1
Black with #838DA1
Text Example
Text Example
White with #838DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DA1; }
p { color: rgb(131,141,161); }
H1.HeaderClassName
{
color: #838DA1;
}
.AnyTagClassName
{
color: #838DA1;
}
</style>
background-color css
<style>
a { background-color: #838DA1; }
a { background-color: rgb(131,141,161); }
div.DivClassName
{
background-color: #838DA1;
}
.BgClassName
{
background-color: #838DA1;
}
</style>
border-color css
<style>
span { border-color: #838DA1; }
span { border-color: rgb(131,141,161); }
td.TdClassName
{
border-color: #838DA1;
}
.TagClassName
{
border-color: #838DA1;
}
</style>