Shades of Chetwode Blue #726DBE
Tints of Chetwode Blue #726DBE
RGB
CMYK
RGB Variations
Color information
#726DBE (or 0x726DBE) is known color: Chetwode Blue. HEX triplet: 72, 6D and BE. RGB value is (114,109,190). Sum of RGB (Red+Green+Blue) = 114+109+190=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #726DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DBE is #8D9241. Grayscale: #777777. Windows color (decimal): -9278018 or 12479858. OLE color: 12479858.
HSL color Cylindrical-coordinate representation of color #726DBE: hue angle of 243.7º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726DBE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 109 | 190 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.25 |
| HSL | 243.7º | 0.38% | 0.59% | - |
| HSV(B) | 243.7º | 0.43% | 0.75% | - |
| XYZ | 21.7 | 18.23 | 51.09 | - |
| YUV | 119.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 190 | 0.40 | 0.43 | 0 | 0.25 | 243.7 | 0.38 | 0.59 |
| Hex | 72 | 6D | BE | 28 | 2B | 0 | 19 | F4 | 26 | 3B |
| Octal | 162 | 155 | 276 | 50 | 53 | 0 | 31 | 364 | 46 | 73 |
| Binary | 1110010 | 1101101 | 10111110 | 101000 | 101011 | 0 | 11001 | 11110100 | 100110 | 111011 |
Color Harmonies of #726DBE
Complementary color
Monochromatic Colors of #726DBE
Black with #726DBE
Text Example
Text Example
White with #726DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DBE; }
p { color: rgb(114,109,190); }
H1.HeaderClassName
{
color: #726DBE;
}
.AnyTagClassName
{
color: #726DBE;
}
</style>
background-color css
<style>
a { background-color: #726DBE; }
a { background-color: rgb(114,109,190); }
div.DivClassName
{
background-color: #726DBE;
}
.BgClassName
{
background-color: #726DBE;
}
</style>
border-color css
<style>
span { border-color: #726DBE; }
span { border-color: rgb(114,109,190); }
td.TdClassName
{
border-color: #726DBE;
}
.TagClassName
{
border-color: #726DBE;
}
</style>