Shades of Ship Cove #838FA8
Tints of Ship Cove #838FA8
RGB
CMYK
RGB Variations
Color information
#838FA8 (or 0x838FA8) is known color: Ship Cove. HEX triplet: 83, 8F and A8. RGB value is (131,143,168). Sum of RGB (Red+Green+Blue) = 131+143+168=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 168 - color contains mainly: blue. Hex color #838FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FA8 is #7C7057. Grayscale: #8E8E8E. Windows color (decimal): -8155224 or 11046787. OLE color: 11046787.
HSL color Cylindrical-coordinate representation of color #838FA8: hue angle of 220.54º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #838FA8 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 143 | 168 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.34 |
| HSL | 220.54º | 0.18% | 0.59% | - |
| HSV(B) | 220.54º | 0.22% | 0.66% | - |
| XYZ | 26.25 | 27.3 | 40.93 | - |
| YUV | 142.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 168 | 0.22 | 0.15 | 0 | 0.34 | 220.54 | 0.18 | 0.59 |
| Hex | 83 | 8F | A8 | 16 | F | 0 | 22 | DD | 12 | 3B |
| Octal | 203 | 217 | 250 | 26 | 17 | 0 | 42 | 335 | 22 | 73 |
| Binary | 10000011 | 10001111 | 10101000 | 10110 | 1111 | 0 | 100010 | 11011101 | 10010 | 111011 |
Color Harmonies of #838FA8
Complementary color
Monochromatic Colors of #838FA8
Black with #838FA8
Text Example
Text Example
White with #838FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FA8; }
p { color: rgb(131,143,168); }
H1.HeaderClassName
{
color: #838FA8;
}
.AnyTagClassName
{
color: #838FA8;
}
</style>
background-color css
<style>
a { background-color: #838FA8; }
a { background-color: rgb(131,143,168); }
div.DivClassName
{
background-color: #838FA8;
}
.BgClassName
{
background-color: #838FA8;
}
</style>
border-color css
<style>
span { border-color: #838FA8; }
span { border-color: rgb(131,143,168); }
td.TdClassName
{
border-color: #838FA8;
}
.TagClassName
{
border-color: #838FA8;
}
</style>