Shades of Chetwode Blue #7172BD
Tints of Chetwode Blue #7172BD
RGB
CMYK
RGB Variations
Color information
#7172BD (or 0x7172BD) is known color: Chetwode Blue. HEX triplet: 71, 72 and BD. RGB value is (113,114,189). Sum of RGB (Red+Green+Blue) = 113+114+189=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #7172BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7172BD is #8E8D42. Grayscale: #797979. Windows color (decimal): -9342275 or 12415601. OLE color: 12415601.
HSL color Cylindrical-coordinate representation of color #7172BD: hue angle of 239.21º degrees, saturation: 0.37, 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 #7172BD is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 114 | 189 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.26 |
| HSL | 239.21º | 0.37% | 0.59% | - |
| HSV(B) | 239.21º | 0.4% | 0.74% | - |
| XYZ | 22.01 | 19.22 | 50.69 | - |
| YUV | 122.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 189 | 0.40 | 0.40 | 0 | 0.26 | 239.21 | 0.37 | 0.59 |
| Hex | 71 | 72 | BD | 28 | 28 | 0 | 1A | EF | 25 | 3B |
| Octal | 161 | 162 | 275 | 50 | 50 | 0 | 32 | 357 | 45 | 73 |
| Binary | 1110001 | 1110010 | 10111101 | 101000 | 101000 | 0 | 11010 | 11101111 | 100101 | 111011 |
Color Harmonies of #7172BD
Complementary color
Monochromatic Colors of #7172BD
Black with #7172BD
Text Example
Text Example
White with #7172BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7172BD; }
p { color: rgb(113,114,189); }
H1.HeaderClassName
{
color: #7172BD;
}
.AnyTagClassName
{
color: #7172BD;
}
</style>
background-color css
<style>
a { background-color: #7172BD; }
a { background-color: rgb(113,114,189); }
div.DivClassName
{
background-color: #7172BD;
}
.BgClassName
{
background-color: #7172BD;
}
</style>
border-color css
<style>
span { border-color: #7172BD; }
span { border-color: rgb(113,114,189); }
td.TdClassName
{
border-color: #7172BD;
}
.TagClassName
{
border-color: #7172BD;
}
</style>