Shades of Chetwode Blue #717BAE
Tints of Chetwode Blue #717BAE
RGB
CMYK
RGB Variations
Color information
#717BAE (or 0x717BAE) is known color: Chetwode Blue. HEX triplet: 71, 7B and AE. RGB value is (113,123,174). Sum of RGB (Red+Green+Blue) = 113+123+174=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #717BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BAE is #8E8451. Grayscale: #7D7D7D. Windows color (decimal): -9339986 or 11434865. OLE color: 11434865.
HSL color Cylindrical-coordinate representation of color #717BAE: hue angle of 230.16º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717BAE is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 123 | 174 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.32 |
| HSL | 230.16º | 0.27% | 0.56% | - |
| HSV(B) | 230.16º | 0.35% | 0.68% | - |
| XYZ | 21.53 | 20.73 | 42.91 | - |
| YUV | 125.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 174 | 0.35 | 0.29 | 0 | 0.32 | 230.16 | 0.27 | 0.56 |
| Hex | 71 | 7B | AE | 23 | 1D | 0 | 20 | E6 | 1B | 38 |
| Octal | 161 | 173 | 256 | 43 | 35 | 0 | 40 | 346 | 33 | 70 |
| Binary | 1110001 | 1111011 | 10101110 | 100011 | 11101 | 0 | 100000 | 11100110 | 11011 | 111000 |
Color Harmonies of #717BAE
Complementary color
Monochromatic Colors of #717BAE
Black with #717BAE
Text Example
Text Example
White with #717BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BAE; }
p { color: rgb(113,123,174); }
H1.HeaderClassName
{
color: #717BAE;
}
.AnyTagClassName
{
color: #717BAE;
}
</style>
background-color css
<style>
a { background-color: #717BAE; }
a { background-color: rgb(113,123,174); }
div.DivClassName
{
background-color: #717BAE;
}
.BgClassName
{
background-color: #717BAE;
}
</style>
border-color css
<style>
span { border-color: #717BAE; }
span { border-color: rgb(113,123,174); }
td.TdClassName
{
border-color: #717BAE;
}
.TagClassName
{
border-color: #717BAE;
}
</style>