Shades of Medium Slate Blue #726BED
Tints of Medium Slate Blue #726BED
RGB
CMYK
RGB Variations
Color information
#726BED (or 0x726BED) is known color: Medium Slate Blue. HEX triplet: 72, 6B and ED. RGB value is (114,107,237). Sum of RGB (Red+Green+Blue) = 114+107+237=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #726BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726BED is #8D9412. Grayscale: #7B7B7B. Windows color (decimal): -9278483 or 15559538. OLE color: 15559538.
HSL color Cylindrical-coordinate representation of color #726BED: hue angle of 243.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726BED is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 107 | 237 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.07 |
| HSL | 243.23º | 0.78% | 0.67% | - |
| HSV(B) | 243.23º | 0.55% | 0.93% | - |
| XYZ | 27.48 | 20.21 | 82.57 | - |
| YUV | 123.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 237 | 0.52 | 0.55 | 0 | 0.07 | 243.23 | 0.78 | 0.67 |
| Hex | 72 | 6B | ED | 34 | 37 | 0 | 7 | F3 | 4E | 43 |
| Octal | 162 | 153 | 355 | 64 | 67 | 0 | 7 | 363 | 116 | 103 |
| Binary | 1110010 | 1101011 | 11101101 | 110100 | 110111 | 0 | 111 | 11110011 | 1001110 | 1000011 |
Color Harmonies of #726BED
Complementary color
Monochromatic Colors of #726BED
Black with #726BED
Text Example
Text Example
White with #726BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BED; }
p { color: rgb(114,107,237); }
H1.HeaderClassName
{
color: #726BED;
}
.AnyTagClassName
{
color: #726BED;
}
</style>
background-color css
<style>
a { background-color: #726BED; }
a { background-color: rgb(114,107,237); }
div.DivClassName
{
background-color: #726BED;
}
.BgClassName
{
background-color: #726BED;
}
</style>
border-color css
<style>
span { border-color: #726BED; }
span { border-color: rgb(114,107,237); }
td.TdClassName
{
border-color: #726BED;
}
.TagClassName
{
border-color: #726BED;
}
</style>