Shades of Ship Cove #838CAA
Tints of Ship Cove #838CAA
RGB
CMYK
RGB Variations
Color information
#838CAA (or 0x838CAA) is known color: Ship Cove. HEX triplet: 83, 8C and AA. RGB value is (131,140,170). Sum of RGB (Red+Green+Blue) = 131+140+170=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #838CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838CAA is #7C7355. Grayscale: #8C8C8C. Windows color (decimal): -8155990 or 11177091. OLE color: 11177091.
HSL color Cylindrical-coordinate representation of color #838CAA: hue angle of 226.15º 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 #838CAA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 140 | 170 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.33 |
| HSL | 226.15º | 0.19% | 0.59% | - |
| HSV(B) | 226.15º | 0.23% | 0.67% | - |
| XYZ | 25.99 | 26.48 | 41.77 | - |
| YUV | 140.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 170 | 0.23 | 0.18 | 0 | 0.33 | 226.15 | 0.19 | 0.59 |
| Hex | 83 | 8C | AA | 17 | 12 | 0 | 21 | E2 | 13 | 3B |
| Octal | 203 | 214 | 252 | 27 | 22 | 0 | 41 | 342 | 23 | 73 |
| Binary | 10000011 | 10001100 | 10101010 | 10111 | 10010 | 0 | 100001 | 11100010 | 10011 | 111011 |
Color Harmonies of #838CAA
Complementary color
Monochromatic Colors of #838CAA
Black with #838CAA
Text Example
Text Example
White with #838CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CAA; }
p { color: rgb(131,140,170); }
H1.HeaderClassName
{
color: #838CAA;
}
.AnyTagClassName
{
color: #838CAA;
}
</style>
background-color css
<style>
a { background-color: #838CAA; }
a { background-color: rgb(131,140,170); }
div.DivClassName
{
background-color: #838CAA;
}
.BgClassName
{
background-color: #838CAA;
}
</style>
border-color css
<style>
span { border-color: #838CAA; }
span { border-color: rgb(131,140,170); }
td.TdClassName
{
border-color: #838CAA;
}
.TagClassName
{
border-color: #838CAA;
}
</style>