Shades of Chetwode Blue #717AB9
Tints of Chetwode Blue #717AB9
RGB
CMYK
RGB Variations
Color information
#717AB9 (or 0x717AB9) is known color: Chetwode Blue. HEX triplet: 71, 7A and B9. RGB value is (113,122,185). Sum of RGB (Red+Green+Blue) = 113+122+185=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #717AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717AB9 is #8E8546. Grayscale: #7E7E7E. Windows color (decimal): -9340231 or 12155505. OLE color: 12155505.
HSL color Cylindrical-coordinate representation of color #717AB9: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #717AB9 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 122 | 185 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.27 |
| HSL | 232.5º | 0.34% | 0.58% | - |
| HSV(B) | 232.5º | 0.39% | 0.73% | - |
| XYZ | 22.53 | 20.93 | 48.75 | - |
| YUV | 126.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 185 | 0.39 | 0.34 | 0 | 0.27 | 232.5 | 0.34 | 0.58 |
| Hex | 71 | 7A | B9 | 27 | 22 | 0 | 1B | E8 | 22 | 3A |
| Octal | 161 | 172 | 271 | 47 | 42 | 0 | 33 | 350 | 42 | 72 |
| Binary | 1110001 | 1111010 | 10111001 | 100111 | 100010 | 0 | 11011 | 11101000 | 100010 | 111010 |
Color Harmonies of #717AB9
Complementary color
Monochromatic Colors of #717AB9
Black with #717AB9
Text Example
Text Example
White with #717AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AB9; }
p { color: rgb(113,122,185); }
H1.HeaderClassName
{
color: #717AB9;
}
.AnyTagClassName
{
color: #717AB9;
}
</style>
background-color css
<style>
a { background-color: #717AB9; }
a { background-color: rgb(113,122,185); }
div.DivClassName
{
background-color: #717AB9;
}
.BgClassName
{
background-color: #717AB9;
}
</style>
border-color css
<style>
span { border-color: #717AB9; }
span { border-color: rgb(113,122,185); }
td.TdClassName
{
border-color: #717AB9;
}
.TagClassName
{
border-color: #717AB9;
}
</style>