Shades of Chetwode Blue #717AAF
Tints of Chetwode Blue #717AAF
RGB
CMYK
RGB Variations
Color information
#717AAF (or 0x717AAF) is known color: Chetwode Blue. HEX triplet: 71, 7A and AF. RGB value is (113,122,175). Sum of RGB (Red+Green+Blue) = 113+122+175=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #717AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAF is #8E8550. Grayscale: #7D7D7D. Windows color (decimal): -9340241 or 11500145. OLE color: 11500145.
HSL color Cylindrical-coordinate representation of color #717AAF: hue angle of 231.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717AAF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 122 | 175 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.31 |
| HSL | 231.29º | 0.28% | 0.56% | - |
| HSV(B) | 231.29º | 0.35% | 0.69% | - |
| XYZ | 21.51 | 20.52 | 43.39 | - |
| YUV | 125.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 175 | 0.35 | 0.30 | 0 | 0.31 | 231.29 | 0.28 | 0.56 |
| Hex | 71 | 7A | AF | 23 | 1E | 0 | 1F | E7 | 1C | 38 |
| Octal | 161 | 172 | 257 | 43 | 36 | 0 | 37 | 347 | 34 | 70 |
| Binary | 1110001 | 1111010 | 10101111 | 100011 | 11110 | 0 | 11111 | 11100111 | 11100 | 111000 |
Color Harmonies of #717AAF
Complementary color
Monochromatic Colors of #717AAF
Black with #717AAF
Text Example
Text Example
White with #717AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AAF; }
p { color: rgb(113,122,175); }
H1.HeaderClassName
{
color: #717AAF;
}
.AnyTagClassName
{
color: #717AAF;
}
</style>
background-color css
<style>
a { background-color: #717AAF; }
a { background-color: rgb(113,122,175); }
div.DivClassName
{
background-color: #717AAF;
}
.BgClassName
{
background-color: #717AAF;
}
</style>
border-color css
<style>
span { border-color: #717AAF; }
span { border-color: rgb(113,122,175); }
td.TdClassName
{
border-color: #717AAF;
}
.TagClassName
{
border-color: #717AAF;
}
</style>