Shades of Chetwode Blue #726DBF
Tints of Chetwode Blue #726DBF
RGB
CMYK
RGB Variations
Color information
#726DBF (or 0x726DBF) is known color: Chetwode Blue. HEX triplet: 72, 6D and BF. RGB value is (114,109,191). Sum of RGB (Red+Green+Blue) = 114+109+191=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #726DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DBF is #8D9240. Grayscale: #777777. Windows color (decimal): -9278017 or 12545394. OLE color: 12545394.
HSL color Cylindrical-coordinate representation of color #726DBF: hue angle of 243.66º degrees, saturation: 0.39, 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 #726DBF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 109 | 191 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.25 |
| HSL | 243.66º | 0.39% | 0.59% | - |
| HSV(B) | 243.66º | 0.43% | 0.75% | - |
| XYZ | 21.81 | 18.28 | 51.67 | - |
| YUV | 119.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 191 | 0.40 | 0.43 | 0 | 0.25 | 243.66 | 0.39 | 0.59 |
| Hex | 72 | 6D | BF | 28 | 2B | 0 | 19 | F4 | 27 | 3B |
| Octal | 162 | 155 | 277 | 50 | 53 | 0 | 31 | 364 | 47 | 73 |
| Binary | 1110010 | 1101101 | 10111111 | 101000 | 101011 | 0 | 11001 | 11110100 | 100111 | 111011 |
Color Harmonies of #726DBF
Complementary color
Monochromatic Colors of #726DBF
Black with #726DBF
Text Example
Text Example
White with #726DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DBF; }
p { color: rgb(114,109,191); }
H1.HeaderClassName
{
color: #726DBF;
}
.AnyTagClassName
{
color: #726DBF;
}
</style>
background-color css
<style>
a { background-color: #726DBF; }
a { background-color: rgb(114,109,191); }
div.DivClassName
{
background-color: #726DBF;
}
.BgClassName
{
background-color: #726DBF;
}
</style>
border-color css
<style>
span { border-color: #726DBF; }
span { border-color: rgb(114,109,191); }
td.TdClassName
{
border-color: #726DBF;
}
.TagClassName
{
border-color: #726DBF;
}
</style>