Shades of Ship Cove #838AAB
Tints of Ship Cove #838AAB
RGB
CMYK
RGB Variations
Color information
#838AAB (or 0x838AAB) is known color: Ship Cove. HEX triplet: 83, 8A and AB. RGB value is (131,138,171). Sum of RGB (Red+Green+Blue) = 131+138+171=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #838AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AAB is #7C7554. Grayscale: #8B8B8B. Windows color (decimal): -8156501 or 11242115. OLE color: 11242115.
HSL color Cylindrical-coordinate representation of color #838AAB: hue angle of 229.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #838AAB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 138 | 171 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.33 |
| HSL | 229.5º | 0.19% | 0.59% | - |
| HSV(B) | 229.5º | 0.23% | 0.67% | - |
| XYZ | 25.8 | 25.94 | 42.18 | - |
| YUV | 139.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 171 | 0.23 | 0.19 | 0 | 0.33 | 229.5 | 0.19 | 0.59 |
| Hex | 83 | 8A | AB | 17 | 13 | 0 | 21 | E6 | 13 | 3B |
| Octal | 203 | 212 | 253 | 27 | 23 | 0 | 41 | 346 | 23 | 73 |
| Binary | 10000011 | 10001010 | 10101011 | 10111 | 10011 | 0 | 100001 | 11100110 | 10011 | 111011 |
Color Harmonies of #838AAB
Complementary color
Monochromatic Colors of #838AAB
Black with #838AAB
Text Example
Text Example
White with #838AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AAB; }
p { color: rgb(131,138,171); }
H1.HeaderClassName
{
color: #838AAB;
}
.AnyTagClassName
{
color: #838AAB;
}
</style>
background-color css
<style>
a { background-color: #838AAB; }
a { background-color: rgb(131,138,171); }
div.DivClassName
{
background-color: #838AAB;
}
.BgClassName
{
background-color: #838AAB;
}
</style>
border-color css
<style>
span { border-color: #838AAB; }
span { border-color: rgb(131,138,171); }
td.TdClassName
{
border-color: #838AAB;
}
.TagClassName
{
border-color: #838AAB;
}
</style>