Shades of Ship Cove #717FAC
Tints of Ship Cove #717FAC
RGB
CMYK
RGB Variations
Color information
#717FAC (or 0x717FAC) is known color: Ship Cove. HEX triplet: 71, 7F and AC. RGB value is (113,127,172). Sum of RGB (Red+Green+Blue) = 113+127+172=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #717FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FAC is #8E8053. Grayscale: #7F7F7F. Windows color (decimal): -9338964 or 11304817. OLE color: 11304817.
HSL color Cylindrical-coordinate representation of color #717FAC: hue angle of 225.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717FAC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 127 | 172 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.33 |
| HSL | 225.76º | 0.26% | 0.56% | - |
| HSV(B) | 225.76º | 0.34% | 0.67% | - |
| XYZ | 21.85 | 21.67 | 42.06 | - |
| YUV | 127.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 172 | 0.34 | 0.26 | 0 | 0.33 | 225.76 | 0.26 | 0.56 |
| Hex | 71 | 7F | AC | 22 | 1A | 0 | 21 | E2 | 1A | 38 |
| Octal | 161 | 177 | 254 | 42 | 32 | 0 | 41 | 342 | 32 | 70 |
| Binary | 1110001 | 1111111 | 10101100 | 100010 | 11010 | 0 | 100001 | 11100010 | 11010 | 111000 |
Color Harmonies of #717FAC
Complementary color
Monochromatic Colors of #717FAC
Black with #717FAC
Text Example
Text Example
White with #717FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FAC; }
p { color: rgb(113,127,172); }
H1.HeaderClassName
{
color: #717FAC;
}
.AnyTagClassName
{
color: #717FAC;
}
</style>
background-color css
<style>
a { background-color: #717FAC; }
a { background-color: rgb(113,127,172); }
div.DivClassName
{
background-color: #717FAC;
}
.BgClassName
{
background-color: #717FAC;
}
</style>
border-color css
<style>
span { border-color: #717FAC; }
span { border-color: rgb(113,127,172); }
td.TdClassName
{
border-color: #717FAC;
}
.TagClassName
{
border-color: #717FAC;
}
</style>