Shades of Chetwode Blue #717BBC
Tints of Chetwode Blue #717BBC
RGB
CMYK
RGB Variations
Color information
#717BBC (or 0x717BBC) is known color: Chetwode Blue. HEX triplet: 71, 7B and BC. RGB value is (113,123,188). Sum of RGB (Red+Green+Blue) = 113+123+188=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #717BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BBC is #8E8443. Grayscale: #7F7F7F. Windows color (decimal): -9339972 or 12352369. OLE color: 12352369.
HSL color Cylindrical-coordinate representation of color #717BBC: hue angle of 232º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717BBC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 123 | 188 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.26 |
| HSL | 232º | 0.36% | 0.59% | - |
| HSV(B) | 232º | 0.4% | 0.74% | - |
| XYZ | 22.97 | 21.31 | 50.48 | - |
| YUV | 127.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 188 | 0.40 | 0.35 | 0 | 0.26 | 232 | 0.36 | 0.59 |
| Hex | 71 | 7B | BC | 28 | 23 | 0 | 1A | E8 | 24 | 3B |
| Octal | 161 | 173 | 274 | 50 | 43 | 0 | 32 | 350 | 44 | 73 |
| Binary | 1110001 | 1111011 | 10111100 | 101000 | 100011 | 0 | 11010 | 11101000 | 100100 | 111011 |
Color Harmonies of #717BBC
Complementary color
Monochromatic Colors of #717BBC
Black with #717BBC
Text Example
Text Example
White with #717BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BBC; }
p { color: rgb(113,123,188); }
H1.HeaderClassName
{
color: #717BBC;
}
.AnyTagClassName
{
color: #717BBC;
}
</style>
background-color css
<style>
a { background-color: #717BBC; }
a { background-color: rgb(113,123,188); }
div.DivClassName
{
background-color: #717BBC;
}
.BgClassName
{
background-color: #717BBC;
}
</style>
border-color css
<style>
span { border-color: #717BBC; }
span { border-color: rgb(113,123,188); }
td.TdClassName
{
border-color: #717BBC;
}
.TagClassName
{
border-color: #717BBC;
}
</style>