Shades of Ship Cove #717BA8
Tints of Ship Cove #717BA8
RGB
CMYK
RGB Variations
Color information
#717BA8 (or 0x717BA8) is known color: Ship Cove. HEX triplet: 71, 7B and A8. RGB value is (113,123,168). Sum of RGB (Red+Green+Blue) = 113+123+168=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 168 - color contains mainly: blue. Hex color #717BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BA8 is #8E8457. Grayscale: #7C7C7C. Windows color (decimal): -9339992 or 11041649. OLE color: 11041649.
HSL color Cylindrical-coordinate representation of color #717BA8: hue angle of 229.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #717BA8 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 123 | 168 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.34 |
| HSL | 229.09º | 0.24% | 0.55% | - |
| HSV(B) | 229.09º | 0.33% | 0.66% | - |
| XYZ | 20.96 | 20.5 | 39.9 | - |
| YUV | 125.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 168 | 0.33 | 0.27 | 0 | 0.34 | 229.09 | 0.24 | 0.55 |
| Hex | 71 | 7B | A8 | 21 | 1B | 0 | 22 | E5 | 18 | 37 |
| Octal | 161 | 173 | 250 | 41 | 33 | 0 | 42 | 345 | 30 | 67 |
| Binary | 1110001 | 1111011 | 10101000 | 100001 | 11011 | 0 | 100010 | 11100101 | 11000 | 110111 |
Color Harmonies of #717BA8
Complementary color
Monochromatic Colors of #717BA8
Black with #717BA8
Text Example
Text Example
White with #717BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BA8; }
p { color: rgb(113,123,168); }
H1.HeaderClassName
{
color: #717BA8;
}
.AnyTagClassName
{
color: #717BA8;
}
</style>
background-color css
<style>
a { background-color: #717BA8; }
a { background-color: rgb(113,123,168); }
div.DivClassName
{
background-color: #717BA8;
}
.BgClassName
{
background-color: #717BA8;
}
</style>
border-color css
<style>
span { border-color: #717BA8; }
span { border-color: rgb(113,123,168); }
td.TdClassName
{
border-color: #717BA8;
}
.TagClassName
{
border-color: #717BA8;
}
</style>