Shades of Chetwode Blue #727BBB
Tints of Chetwode Blue #727BBB
RGB
CMYK
RGB Variations
Color information
#727BBB (or 0x727BBB) is known color: Chetwode Blue. HEX triplet: 72, 7B and BB. RGB value is (114,123,187). Sum of RGB (Red+Green+Blue) = 114+123+187=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #727BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BBB is #8D8444. Grayscale: #7F7F7F. Windows color (decimal): -9274437 or 12286834. OLE color: 12286834.
HSL color Cylindrical-coordinate representation of color #727BBB: hue angle of 232.6º degrees, saturation: 0.35, 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 #727BBB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 123 | 187 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.27 |
| HSL | 232.6º | 0.35% | 0.59% | - |
| HSV(B) | 232.6º | 0.39% | 0.73% | - |
| XYZ | 22.99 | 21.33 | 49.92 | - |
| YUV | 127.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 187 | 0.39 | 0.34 | 0 | 0.27 | 232.6 | 0.35 | 0.59 |
| Hex | 72 | 7B | BB | 27 | 22 | 0 | 1B | E9 | 23 | 3B |
| Octal | 162 | 173 | 273 | 47 | 42 | 0 | 33 | 351 | 43 | 73 |
| Binary | 1110010 | 1111011 | 10111011 | 100111 | 100010 | 0 | 11011 | 11101001 | 100011 | 111011 |
Color Harmonies of #727BBB
Complementary color
Monochromatic Colors of #727BBB
Black with #727BBB
Text Example
Text Example
White with #727BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BBB; }
p { color: rgb(114,123,187); }
H1.HeaderClassName
{
color: #727BBB;
}
.AnyTagClassName
{
color: #727BBB;
}
</style>
background-color css
<style>
a { background-color: #727BBB; }
a { background-color: rgb(114,123,187); }
div.DivClassName
{
background-color: #727BBB;
}
.BgClassName
{
background-color: #727BBB;
}
</style>
border-color css
<style>
span { border-color: #727BBB; }
span { border-color: rgb(114,123,187); }
td.TdClassName
{
border-color: #727BBB;
}
.TagClassName
{
border-color: #727BBB;
}
</style>