Shades of Medium Slate Blue #726CED
Tints of Medium Slate Blue #726CED
RGB
CMYK
RGB Variations
Color information
#726CED (or 0x726CED) is known color: Medium Slate Blue. HEX triplet: 72, 6C and ED. RGB value is (114,108,237). Sum of RGB (Red+Green+Blue) = 114+108+237=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #726CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CED is #8D9312. Grayscale: #7B7B7B. Windows color (decimal): -9278227 or 15559794. OLE color: 15559794.
HSL color Cylindrical-coordinate representation of color #726CED: hue angle of 242.79º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726CED is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 108 | 237 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.07 |
| HSL | 242.79º | 0.78% | 0.68% | - |
| HSV(B) | 242.79º | 0.54% | 0.93% | - |
| XYZ | 27.59 | 20.42 | 82.61 | - |
| YUV | 124.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 237 | 0.52 | 0.54 | 0 | 0.07 | 242.79 | 0.78 | 0.68 |
| Hex | 72 | 6C | ED | 34 | 36 | 0 | 7 | F3 | 4E | 44 |
| Octal | 162 | 154 | 355 | 64 | 66 | 0 | 7 | 363 | 116 | 104 |
| Binary | 1110010 | 1101100 | 11101101 | 110100 | 110110 | 0 | 111 | 11110011 | 1001110 | 1000100 |
Color Harmonies of #726CED
Complementary color
Monochromatic Colors of #726CED
Black with #726CED
Text Example
Text Example
White with #726CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CED; }
p { color: rgb(114,108,237); }
H1.HeaderClassName
{
color: #726CED;
}
.AnyTagClassName
{
color: #726CED;
}
</style>
background-color css
<style>
a { background-color: #726CED; }
a { background-color: rgb(114,108,237); }
div.DivClassName
{
background-color: #726CED;
}
.BgClassName
{
background-color: #726CED;
}
</style>
border-color css
<style>
span { border-color: #726CED; }
span { border-color: rgb(114,108,237); }
td.TdClassName
{
border-color: #726CED;
}
.TagClassName
{
border-color: #726CED;
}
</style>