Shades of Chetwode Blue #727AAB
Tints of Chetwode Blue #727AAB
RGB
CMYK
RGB Variations
Color information
#727AAB (or 0x727AAB) is known color: Chetwode Blue. HEX triplet: 72, 7A and AB. RGB value is (114,122,171). Sum of RGB (Red+Green+Blue) = 114+122+171=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #727AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AAB is #8D8554. Grayscale: #7C7C7C. Windows color (decimal): -9274709 or 11238002. OLE color: 11238002.
HSL color Cylindrical-coordinate representation of color #727AAB: hue angle of 231.58º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727AAB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 122 | 171 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.33 |
| HSL | 231.58º | 0.25% | 0.56% | - |
| HSV(B) | 231.58º | 0.33% | 0.67% | - |
| XYZ | 21.25 | 20.44 | 41.35 | - |
| YUV | 125.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 171 | 0.33 | 0.29 | 0 | 0.33 | 231.58 | 0.25 | 0.56 |
| Hex | 72 | 7A | AB | 21 | 1D | 0 | 21 | E8 | 19 | 38 |
| Octal | 162 | 172 | 253 | 41 | 35 | 0 | 41 | 350 | 31 | 70 |
| Binary | 1110010 | 1111010 | 10101011 | 100001 | 11101 | 0 | 100001 | 11101000 | 11001 | 111000 |
Color Harmonies of #727AAB
Complementary color
Monochromatic Colors of #727AAB
Black with #727AAB
Text Example
Text Example
White with #727AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727AAB; }
p { color: rgb(114,122,171); }
H1.HeaderClassName
{
color: #727AAB;
}
.AnyTagClassName
{
color: #727AAB;
}
</style>
background-color css
<style>
a { background-color: #727AAB; }
a { background-color: rgb(114,122,171); }
div.DivClassName
{
background-color: #727AAB;
}
.BgClassName
{
background-color: #727AAB;
}
</style>
border-color css
<style>
span { border-color: #727AAB; }
span { border-color: rgb(114,122,171); }
td.TdClassName
{
border-color: #727AAB;
}
.TagClassName
{
border-color: #727AAB;
}
</style>