Shades of Ship Cove #838CA3
Tints of Ship Cove #838CA3
RGB
CMYK
RGB Variations
Color information
#838CA3 (or 0x838CA3) is known color: Ship Cove. HEX triplet: 83, 8C and A3. RGB value is (131,140,163). Sum of RGB (Red+Green+Blue) = 131+140+163=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 163 - color contains mainly: blue. Hex color #838CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838CA3 is #7C735C. Grayscale: #8B8B8B. Windows color (decimal): -8155997 or 10718339. OLE color: 10718339.
HSL color Cylindrical-coordinate representation of color #838CA3: hue angle of 223.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838CA3 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 140 | 163 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.36 |
| HSL | 223.13º | 0.15% | 0.58% | - |
| HSV(B) | 223.13º | 0.2% | 0.64% | - |
| XYZ | 25.35 | 26.23 | 38.38 | - |
| YUV | 139.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 163 | 0.20 | 0.14 | 0 | 0.36 | 223.13 | 0.15 | 0.58 |
| Hex | 83 | 8C | A3 | 14 | E | 0 | 24 | DF | F | 3A |
| Octal | 203 | 214 | 243 | 24 | 16 | 0 | 44 | 337 | 17 | 72 |
| Binary | 10000011 | 10001100 | 10100011 | 10100 | 1110 | 0 | 100100 | 11011111 | 1111 | 111010 |
Color Harmonies of #838CA3
Complementary color
Monochromatic Colors of #838CA3
Black with #838CA3
Text Example
Text Example
White with #838CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CA3; }
p { color: rgb(131,140,163); }
H1.HeaderClassName
{
color: #838CA3;
}
.AnyTagClassName
{
color: #838CA3;
}
</style>
background-color css
<style>
a { background-color: #838CA3; }
a { background-color: rgb(131,140,163); }
div.DivClassName
{
background-color: #838CA3;
}
.BgClassName
{
background-color: #838CA3;
}
</style>
border-color css
<style>
span { border-color: #838CA3; }
span { border-color: rgb(131,140,163); }
td.TdClassName
{
border-color: #838CA3;
}
.TagClassName
{
border-color: #838CA3;
}
</style>