Shades of Ship Cove #838FAC
Tints of Ship Cove #838FAC
RGB
CMYK
RGB Variations
Color information
#838FAC (or 0x838FAC) is known color: Ship Cove. HEX triplet: 83, 8F and AC. RGB value is (131,143,172). Sum of RGB (Red+Green+Blue) = 131+143+172=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #838FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAC is #7C7053. Grayscale: #8E8E8E. Windows color (decimal): -8155220 or 11308931. OLE color: 11308931.
HSL color Cylindrical-coordinate representation of color #838FAC: hue angle of 222.44º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838FAC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 143 | 172 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.33 |
| HSL | 222.44º | 0.2% | 0.59% | - |
| HSV(B) | 222.44º | 0.24% | 0.67% | - |
| XYZ | 26.63 | 27.45 | 42.92 | - |
| YUV | 142.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 172 | 0.24 | 0.17 | 0 | 0.33 | 222.44 | 0.2 | 0.59 |
| Hex | 83 | 8F | AC | 18 | 11 | 0 | 21 | DE | 14 | 3B |
| Octal | 203 | 217 | 254 | 30 | 21 | 0 | 41 | 336 | 24 | 73 |
| Binary | 10000011 | 10001111 | 10101100 | 11000 | 10001 | 0 | 100001 | 11011110 | 10100 | 111011 |
Color Harmonies of #838FAC
Complementary color
Monochromatic Colors of #838FAC
Black with #838FAC
Text Example
Text Example
White with #838FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FAC; }
p { color: rgb(131,143,172); }
H1.HeaderClassName
{
color: #838FAC;
}
.AnyTagClassName
{
color: #838FAC;
}
</style>
background-color css
<style>
a { background-color: #838FAC; }
a { background-color: rgb(131,143,172); }
div.DivClassName
{
background-color: #838FAC;
}
.BgClassName
{
background-color: #838FAC;
}
</style>
border-color css
<style>
span { border-color: #838FAC; }
span { border-color: rgb(131,143,172); }
td.TdClassName
{
border-color: #838FAC;
}
.TagClassName
{
border-color: #838FAC;
}
</style>