Shades of Chetwode Blue #717AA9
Tints of Chetwode Blue #717AA9
RGB
CMYK
RGB Variations
Color information
#717AA9 (or 0x717AA9) is known color: Chetwode Blue. HEX triplet: 71, 7A and A9. RGB value is (113,122,169). Sum of RGB (Red+Green+Blue) = 113+122+169=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #717AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AA9 is #8E8556. Grayscale: #7C7C7C. Windows color (decimal): -9340247 or 11106929. OLE color: 11106929.
HSL color Cylindrical-coordinate representation of color #717AA9: hue angle of 230.36º degrees, saturation: 0.25, 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 #717AA9 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 122 | 169 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.34 |
| HSL | 230.36º | 0.25% | 0.55% | - |
| HSV(B) | 230.36º | 0.33% | 0.66% | - |
| XYZ | 20.93 | 20.29 | 40.35 | - |
| YUV | 124.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 169 | 0.33 | 0.28 | 0 | 0.34 | 230.36 | 0.25 | 0.55 |
| Hex | 71 | 7A | A9 | 21 | 1C | 0 | 22 | E6 | 19 | 37 |
| Octal | 161 | 172 | 251 | 41 | 34 | 0 | 42 | 346 | 31 | 67 |
| Binary | 1110001 | 1111010 | 10101001 | 100001 | 11100 | 0 | 100010 | 11100110 | 11001 | 110111 |
Color Harmonies of #717AA9
Complementary color
Monochromatic Colors of #717AA9
Black with #717AA9
Text Example
Text Example
White with #717AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AA9; }
p { color: rgb(113,122,169); }
H1.HeaderClassName
{
color: #717AA9;
}
.AnyTagClassName
{
color: #717AA9;
}
</style>
background-color css
<style>
a { background-color: #717AA9; }
a { background-color: rgb(113,122,169); }
div.DivClassName
{
background-color: #717AA9;
}
.BgClassName
{
background-color: #717AA9;
}
</style>
border-color css
<style>
span { border-color: #717AA9; }
span { border-color: rgb(113,122,169); }
td.TdClassName
{
border-color: #717AA9;
}
.TagClassName
{
border-color: #717AA9;
}
</style>