Shades of Chetwode Blue #7171AB
Tints of Chetwode Blue #7171AB
RGB
CMYK
RGB Variations
Color information
#7171AB (or 0x7171AB) is known color: Chetwode Blue. HEX triplet: 71, 71 and AB. RGB value is (113,113,171). Sum of RGB (Red+Green+Blue) = 113+113+171=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7171AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7171AB is #8E8E54. Grayscale: #777777. Windows color (decimal): -9342549 or 11235697. OLE color: 11235697.
HSL color Cylindrical-coordinate representation of color #7171AB: hue angle of 240º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7171AB is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 113 | 171 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.33 |
| HSL | 240º | 0.26% | 0.56% | - |
| HSV(B) | 240º | 0.34% | 0.67% | - |
| XYZ | 20.07 | 18.26 | 41 | - |
| YUV | 119.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 171 | 0.34 | 0.34 | 0 | 0.33 | 240 | 0.26 | 0.56 |
| Hex | 71 | 71 | AB | 22 | 22 | 0 | 21 | F0 | 1A | 38 |
| Octal | 161 | 161 | 253 | 42 | 42 | 0 | 41 | 360 | 32 | 70 |
| Binary | 1110001 | 1110001 | 10101011 | 100010 | 100010 | 0 | 100001 | 11110000 | 11010 | 111000 |
Color Harmonies of #7171AB
Complementary color
Monochromatic Colors of #7171AB
Black with #7171AB
Text Example
Text Example
White with #7171AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7171AB; }
p { color: rgb(113,113,171); }
H1.HeaderClassName
{
color: #7171AB;
}
.AnyTagClassName
{
color: #7171AB;
}
</style>
background-color css
<style>
a { background-color: #7171AB; }
a { background-color: rgb(113,113,171); }
div.DivClassName
{
background-color: #7171AB;
}
.BgClassName
{
background-color: #7171AB;
}
</style>
border-color css
<style>
span { border-color: #7171AB; }
span { border-color: rgb(113,113,171); }
td.TdClassName
{
border-color: #7171AB;
}
.TagClassName
{
border-color: #7171AB;
}
</style>