Shades of Chetwode Blue #7170AB
Tints of Chetwode Blue #7170AB
RGB
CMYK
RGB Variations
Color information
#7170AB (or 0x7170AB) is known color: Chetwode Blue. HEX triplet: 71, 70 and AB. RGB value is (113,112,171). Sum of RGB (Red+Green+Blue) = 113+112+171=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #7170AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7170AB is #8E8F54. Grayscale: #767676. Windows color (decimal): -9342805 or 11235441. OLE color: 11235441.
HSL color Cylindrical-coordinate representation of color #7170AB: hue angle of 241.02º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7170AB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 112 | 171 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.33 |
| HSL | 241.02º | 0.26% | 0.55% | - |
| HSV(B) | 241.02º | 0.35% | 0.67% | - |
| XYZ | 19.95 | 18.04 | 40.96 | - |
| YUV | 119.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 171 | 0.34 | 0.35 | 0 | 0.33 | 241.02 | 0.26 | 0.55 |
| Hex | 71 | 70 | AB | 22 | 23 | 0 | 21 | F1 | 1A | 37 |
| Octal | 161 | 160 | 253 | 42 | 43 | 0 | 41 | 361 | 32 | 67 |
| Binary | 1110001 | 1110000 | 10101011 | 100010 | 100011 | 0 | 100001 | 11110001 | 11010 | 110111 |
Color Harmonies of #7170AB
Complementary color
Monochromatic Colors of #7170AB
Black with #7170AB
Text Example
Text Example
White with #7170AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7170AB; }
p { color: rgb(113,112,171); }
H1.HeaderClassName
{
color: #7170AB;
}
.AnyTagClassName
{
color: #7170AB;
}
</style>
background-color css
<style>
a { background-color: #7170AB; }
a { background-color: rgb(113,112,171); }
div.DivClassName
{
background-color: #7170AB;
}
.BgClassName
{
background-color: #7170AB;
}
</style>
border-color css
<style>
span { border-color: #7170AB; }
span { border-color: rgb(113,112,171); }
td.TdClassName
{
border-color: #7170AB;
}
.TagClassName
{
border-color: #7170AB;
}
</style>