Shades of Medium Slate Blue #726BDF
Tints of Medium Slate Blue #726BDF
RGB
CMYK
RGB Variations
Color information
#726BDF (or 0x726BDF) is known color: Medium Slate Blue. HEX triplet: 72, 6B and DF. RGB value is (114,107,223). Sum of RGB (Red+Green+Blue) = 114+107+223=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #726BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BDF is #8D9420. Grayscale: #797979. Windows color (decimal): -9278497 or 14642034. OLE color: 14642034.
HSL color Cylindrical-coordinate representation of color #726BDF: hue angle of 243.62º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726BDF is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 107 | 223 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.13 |
| HSL | 243.62º | 0.64% | 0.65% | - |
| HSV(B) | 243.62º | 0.52% | 0.87% | - |
| XYZ | 25.52 | 19.42 | 72.22 | - |
| YUV | 122.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 223 | 0.49 | 0.52 | 0 | 0.13 | 243.62 | 0.64 | 0.65 |
| Hex | 72 | 6B | DF | 31 | 34 | 0 | D | F4 | 40 | 41 |
| Octal | 162 | 153 | 337 | 61 | 64 | 0 | 15 | 364 | 100 | 101 |
| Binary | 1110010 | 1101011 | 11011111 | 110001 | 110100 | 0 | 1101 | 11110100 | 1000000 | 1000001 |
Color Harmonies of #726BDF
Complementary color
Monochromatic Colors of #726BDF
Black with #726BDF
Text Example
Text Example
White with #726BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BDF; }
p { color: rgb(114,107,223); }
H1.HeaderClassName
{
color: #726BDF;
}
.AnyTagClassName
{
color: #726BDF;
}
</style>
background-color css
<style>
a { background-color: #726BDF; }
a { background-color: rgb(114,107,223); }
div.DivClassName
{
background-color: #726BDF;
}
.BgClassName
{
background-color: #726BDF;
}
</style>
border-color css
<style>
span { border-color: #726BDF; }
span { border-color: rgb(114,107,223); }
td.TdClassName
{
border-color: #726BDF;
}
.TagClassName
{
border-color: #726BDF;
}
</style>