Shades of Chetwode Blue #726FBA
Tints of Chetwode Blue #726FBA
RGB
CMYK
RGB Variations
Color information
#726FBA (or 0x726FBA) is known color: Chetwode Blue. HEX triplet: 72, 6F and BA. RGB value is (114,111,186). Sum of RGB (Red+Green+Blue) = 114+111+186=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #726FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FBA is #8D9045. Grayscale: #787878. Windows color (decimal): -9277510 or 12218226. OLE color: 12218226.
HSL color Cylindrical-coordinate representation of color #726FBA: hue angle of 242.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726FBA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 111 | 186 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.27 |
| HSL | 242.4º | 0.35% | 0.58% | - |
| HSV(B) | 242.4º | 0.4% | 0.73% | - |
| XYZ | 21.49 | 18.49 | 48.89 | - |
| YUV | 120.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 186 | 0.39 | 0.40 | 0 | 0.27 | 242.4 | 0.35 | 0.58 |
| Hex | 72 | 6F | BA | 27 | 28 | 0 | 1B | F2 | 23 | 3A |
| Octal | 162 | 157 | 272 | 47 | 50 | 0 | 33 | 362 | 43 | 72 |
| Binary | 1110010 | 1101111 | 10111010 | 100111 | 101000 | 0 | 11011 | 11110010 | 100011 | 111010 |
Color Harmonies of #726FBA
Complementary color
Monochromatic Colors of #726FBA
Black with #726FBA
Text Example
Text Example
White with #726FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FBA; }
p { color: rgb(114,111,186); }
H1.HeaderClassName
{
color: #726FBA;
}
.AnyTagClassName
{
color: #726FBA;
}
</style>
background-color css
<style>
a { background-color: #726FBA; }
a { background-color: rgb(114,111,186); }
div.DivClassName
{
background-color: #726FBA;
}
.BgClassName
{
background-color: #726FBA;
}
</style>
border-color css
<style>
span { border-color: #726FBA; }
span { border-color: rgb(114,111,186); }
td.TdClassName
{
border-color: #726FBA;
}
.TagClassName
{
border-color: #726FBA;
}
</style>