Shades of Ship Cove #838AAD
Tints of Ship Cove #838AAD
RGB
CMYK
RGB Variations
Color information
#838AAD (or 0x838AAD) is known color: Ship Cove. HEX triplet: 83, 8A and AD. RGB value is (131,138,173). Sum of RGB (Red+Green+Blue) = 131+138+173=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #838AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AAD is #7C7552. Grayscale: #8B8B8B. Windows color (decimal): -8156499 or 11373187. OLE color: 11373187.
HSL color Cylindrical-coordinate representation of color #838AAD: hue angle of 230º 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 #838AAD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 138 | 173 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.32 |
| HSL | 230º | 0.2% | 0.6% | - |
| HSV(B) | 230º | 0.24% | 0.68% | - |
| XYZ | 25.99 | 26.02 | 43.19 | - |
| YUV | 139.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 173 | 0.24 | 0.20 | 0 | 0.32 | 230 | 0.2 | 0.6 |
| Hex | 83 | 8A | AD | 18 | 14 | 0 | 20 | E6 | 14 | 3C |
| Octal | 203 | 212 | 255 | 30 | 24 | 0 | 40 | 346 | 24 | 74 |
| Binary | 10000011 | 10001010 | 10101101 | 11000 | 10100 | 0 | 100000 | 11100110 | 10100 | 111100 |
Color Harmonies of #838AAD
Complementary color
Monochromatic Colors of #838AAD
Black with #838AAD
Text Example
Text Example
White with #838AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AAD; }
p { color: rgb(131,138,173); }
H1.HeaderClassName
{
color: #838AAD;
}
.AnyTagClassName
{
color: #838AAD;
}
</style>
background-color css
<style>
a { background-color: #838AAD; }
a { background-color: rgb(131,138,173); }
div.DivClassName
{
background-color: #838AAD;
}
.BgClassName
{
background-color: #838AAD;
}
</style>
border-color css
<style>
span { border-color: #838AAD; }
span { border-color: rgb(131,138,173); }
td.TdClassName
{
border-color: #838AAD;
}
.TagClassName
{
border-color: #838AAD;
}
</style>