Shades of Chetwode Blue #727ABA
Tints of Chetwode Blue #727ABA
RGB
CMYK
RGB Variations
Color information
#727ABA (or 0x727ABA) is known color: Chetwode Blue. HEX triplet: 72, 7A and BA. RGB value is (114,122,186). Sum of RGB (Red+Green+Blue) = 114+122+186=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #727ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABA is #8D8545. Grayscale: #7E7E7E. Windows color (decimal): -9274694 or 12221042. OLE color: 12221042.
HSL color Cylindrical-coordinate representation of color #727ABA: hue angle of 233.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727ABA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 122 | 186 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.27 |
| HSL | 233.33º | 0.34% | 0.59% | - |
| HSV(B) | 233.33º | 0.39% | 0.73% | - |
| XYZ | 22.76 | 21.04 | 49.32 | - |
| YUV | 126.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 186 | 0.39 | 0.34 | 0 | 0.27 | 233.33 | 0.34 | 0.59 |
| Hex | 72 | 7A | BA | 27 | 22 | 0 | 1B | E9 | 22 | 3B |
| Octal | 162 | 172 | 272 | 47 | 42 | 0 | 33 | 351 | 42 | 73 |
| Binary | 1110010 | 1111010 | 10111010 | 100111 | 100010 | 0 | 11011 | 11101001 | 100010 | 111011 |
Color Harmonies of #727ABA
Complementary color
Monochromatic Colors of #727ABA
Black with #727ABA
Text Example
Text Example
White with #727ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727ABA; }
p { color: rgb(114,122,186); }
H1.HeaderClassName
{
color: #727ABA;
}
.AnyTagClassName
{
color: #727ABA;
}
</style>
background-color css
<style>
a { background-color: #727ABA; }
a { background-color: rgb(114,122,186); }
div.DivClassName
{
background-color: #727ABA;
}
.BgClassName
{
background-color: #727ABA;
}
</style>
border-color css
<style>
span { border-color: #727ABA; }
span { border-color: rgb(114,122,186); }
td.TdClassName
{
border-color: #727ABA;
}
.TagClassName
{
border-color: #727ABA;
}
</style>