Shades of Ship Cove #717BA6
Tints of Ship Cove #717BA6
RGB
CMYK
RGB Variations
Color information
#717BA6 (or 0x717BA6) is known color: Ship Cove. HEX triplet: 71, 7B and A6. RGB value is (113,123,166). Sum of RGB (Red+Green+Blue) = 113+123+166=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 166 - color contains mainly: blue. Hex color #717BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BA6 is #8E8459. Grayscale: #7C7C7C. Windows color (decimal): -9339994 or 10910577. OLE color: 10910577.
HSL color Cylindrical-coordinate representation of color #717BA6: hue angle of 228.68º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #717BA6 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 123 | 166 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.35 |
| HSL | 228.68º | 0.23% | 0.55% | - |
| HSV(B) | 228.68º | 0.32% | 0.65% | - |
| XYZ | 20.78 | 20.43 | 38.92 | - |
| YUV | 124.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 166 | 0.32 | 0.26 | 0 | 0.35 | 228.68 | 0.23 | 0.55 |
| Hex | 71 | 7B | A6 | 20 | 1A | 0 | 23 | E5 | 17 | 37 |
| Octal | 161 | 173 | 246 | 40 | 32 | 0 | 43 | 345 | 27 | 67 |
| Binary | 1110001 | 1111011 | 10100110 | 100000 | 11010 | 0 | 100011 | 11100101 | 10111 | 110111 |
Color Harmonies of #717BA6
Complementary color
Monochromatic Colors of #717BA6
Black with #717BA6
Text Example
Text Example
White with #717BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BA6; }
p { color: rgb(113,123,166); }
H1.HeaderClassName
{
color: #717BA6;
}
.AnyTagClassName
{
color: #717BA6;
}
</style>
background-color css
<style>
a { background-color: #717BA6; }
a { background-color: rgb(113,123,166); }
div.DivClassName
{
background-color: #717BA6;
}
.BgClassName
{
background-color: #717BA6;
}
</style>
border-color css
<style>
span { border-color: #717BA6; }
span { border-color: rgb(113,123,166); }
td.TdClassName
{
border-color: #717BA6;
}
.TagClassName
{
border-color: #717BA6;
}
</style>