Shades of Chetwode Blue #717AAA
Tints of Chetwode Blue #717AAA
RGB
CMYK
RGB Variations
Color information
#717AAA (or 0x717AAA) is known color: Chetwode Blue. HEX triplet: 71, 7A and AA. RGB value is (113,122,170). Sum of RGB (Red+Green+Blue) = 113+122+170=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #717AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAA is #8E8555. Grayscale: #7C7C7C. Windows color (decimal): -9340246 or 11172465. OLE color: 11172465.
HSL color Cylindrical-coordinate representation of color #717AAA: hue angle of 230.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717AAA is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 122 | 170 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.33 |
| HSL | 230.53º | 0.25% | 0.55% | - |
| HSV(B) | 230.53º | 0.34% | 0.67% | - |
| XYZ | 21.03 | 20.33 | 40.85 | - |
| YUV | 124.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 170 | 0.34 | 0.28 | 0 | 0.33 | 230.53 | 0.25 | 0.55 |
| Hex | 71 | 7A | AA | 22 | 1C | 0 | 21 | E7 | 19 | 37 |
| Octal | 161 | 172 | 252 | 42 | 34 | 0 | 41 | 347 | 31 | 67 |
| Binary | 1110001 | 1111010 | 10101010 | 100010 | 11100 | 0 | 100001 | 11100111 | 11001 | 110111 |
Color Harmonies of #717AAA
Complementary color
Monochromatic Colors of #717AAA
Black with #717AAA
Text Example
Text Example
White with #717AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AAA; }
p { color: rgb(113,122,170); }
H1.HeaderClassName
{
color: #717AAA;
}
.AnyTagClassName
{
color: #717AAA;
}
</style>
background-color css
<style>
a { background-color: #717AAA; }
a { background-color: rgb(113,122,170); }
div.DivClassName
{
background-color: #717AAA;
}
.BgClassName
{
background-color: #717AAA;
}
</style>
border-color css
<style>
span { border-color: #717AAA; }
span { border-color: rgb(113,122,170); }
td.TdClassName
{
border-color: #717AAA;
}
.TagClassName
{
border-color: #717AAA;
}
</style>