Shades of Ship Cove #838CAD
Tints of Ship Cove #838CAD
RGB
CMYK
RGB Variations
Color information
#838CAD (or 0x838CAD) is known color: Ship Cove. HEX triplet: 83, 8C and AD. RGB value is (131,140,173). Sum of RGB (Red+Green+Blue) = 131+140+173=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #838CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838CAD is #7C7352. Grayscale: #8C8C8C. Windows color (decimal): -8155987 or 11373699. OLE color: 11373699.
HSL color Cylindrical-coordinate representation of color #838CAD: hue angle of 227.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838CAD is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 140 | 173 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.32 |
| HSL | 227.14º | 0.2% | 0.6% | - |
| HSV(B) | 227.14º | 0.24% | 0.68% | - |
| XYZ | 26.28 | 26.6 | 43.28 | - |
| YUV | 141.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 173 | 0.24 | 0.19 | 0 | 0.32 | 227.14 | 0.2 | 0.6 |
| Hex | 83 | 8C | AD | 18 | 13 | 0 | 20 | E3 | 14 | 3C |
| Octal | 203 | 214 | 255 | 30 | 23 | 0 | 40 | 343 | 24 | 74 |
| Binary | 10000011 | 10001100 | 10101101 | 11000 | 10011 | 0 | 100000 | 11100011 | 10100 | 111100 |
Color Harmonies of #838CAD
Complementary color
Monochromatic Colors of #838CAD
Black with #838CAD
Text Example
Text Example
White with #838CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CAD; }
p { color: rgb(131,140,173); }
H1.HeaderClassName
{
color: #838CAD;
}
.AnyTagClassName
{
color: #838CAD;
}
</style>
background-color css
<style>
a { background-color: #838CAD; }
a { background-color: rgb(131,140,173); }
div.DivClassName
{
background-color: #838CAD;
}
.BgClassName
{
background-color: #838CAD;
}
</style>
border-color css
<style>
span { border-color: #838CAD; }
span { border-color: rgb(131,140,173); }
td.TdClassName
{
border-color: #838CAD;
}
.TagClassName
{
border-color: #838CAD;
}
</style>