Shades of Chetwode Blue #727BBC
Tints of Chetwode Blue #727BBC
RGB
CMYK
RGB Variations
Color information
#727BBC (or 0x727BBC) is known color: Chetwode Blue. HEX triplet: 72, 7B and BC. RGB value is (114,123,188). Sum of RGB (Red+Green+Blue) = 114+123+188=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #727BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BBC is #8D8443. Grayscale: #7F7F7F. Windows color (decimal): -9274436 or 12352370. OLE color: 12352370.
HSL color Cylindrical-coordinate representation of color #727BBC: hue angle of 232.7º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727BBC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 123 | 188 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.26 |
| HSL | 232.7º | 0.36% | 0.59% | - |
| HSV(B) | 232.7º | 0.39% | 0.74% | - |
| XYZ | 23.1 | 21.37 | 50.49 | - |
| YUV | 127.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 188 | 0.39 | 0.35 | 0 | 0.26 | 232.7 | 0.36 | 0.59 |
| Hex | 72 | 7B | BC | 27 | 23 | 0 | 1A | E9 | 24 | 3B |
| Octal | 162 | 173 | 274 | 47 | 43 | 0 | 32 | 351 | 44 | 73 |
| Binary | 1110010 | 1111011 | 10111100 | 100111 | 100011 | 0 | 11010 | 11101001 | 100100 | 111011 |
Color Harmonies of #727BBC
Complementary color
Monochromatic Colors of #727BBC
Black with #727BBC
Text Example
Text Example
White with #727BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BBC; }
p { color: rgb(114,123,188); }
H1.HeaderClassName
{
color: #727BBC;
}
.AnyTagClassName
{
color: #727BBC;
}
</style>
background-color css
<style>
a { background-color: #727BBC; }
a { background-color: rgb(114,123,188); }
div.DivClassName
{
background-color: #727BBC;
}
.BgClassName
{
background-color: #727BBC;
}
</style>
border-color css
<style>
span { border-color: #727BBC; }
span { border-color: rgb(114,123,188); }
td.TdClassName
{
border-color: #727BBC;
}
.TagClassName
{
border-color: #727BBC;
}
</style>