Shades of Chetwode Blue #717BAD
Tints of Chetwode Blue #717BAD
RGB
CMYK
RGB Variations
Color information
#717BAD (or 0x717BAD) is known color: Chetwode Blue. HEX triplet: 71, 7B and AD. RGB value is (113,123,173). Sum of RGB (Red+Green+Blue) = 113+123+173=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #717BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BAD is #8E8452. Grayscale: #7D7D7D. Windows color (decimal): -9339987 or 11369329. OLE color: 11369329.
HSL color Cylindrical-coordinate representation of color #717BAD: hue angle of 230º 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 #717BAD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 123 | 173 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.32 |
| HSL | 230º | 0.27% | 0.56% | - |
| HSV(B) | 230º | 0.35% | 0.68% | - |
| XYZ | 21.44 | 20.69 | 42.4 | - |
| YUV | 125.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 173 | 0.35 | 0.29 | 0 | 0.32 | 230 | 0.27 | 0.56 |
| Hex | 71 | 7B | AD | 23 | 1D | 0 | 20 | E6 | 1B | 38 |
| Octal | 161 | 173 | 255 | 43 | 35 | 0 | 40 | 346 | 33 | 70 |
| Binary | 1110001 | 1111011 | 10101101 | 100011 | 11101 | 0 | 100000 | 11100110 | 11011 | 111000 |
Color Harmonies of #717BAD
Complementary color
Monochromatic Colors of #717BAD
Black with #717BAD
Text Example
Text Example
White with #717BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BAD; }
p { color: rgb(113,123,173); }
H1.HeaderClassName
{
color: #717BAD;
}
.AnyTagClassName
{
color: #717BAD;
}
</style>
background-color css
<style>
a { background-color: #717BAD; }
a { background-color: rgb(113,123,173); }
div.DivClassName
{
background-color: #717BAD;
}
.BgClassName
{
background-color: #717BAD;
}
</style>
border-color css
<style>
span { border-color: #717BAD; }
span { border-color: rgb(113,123,173); }
td.TdClassName
{
border-color: #717BAD;
}
.TagClassName
{
border-color: #717BAD;
}
</style>