Shades of Medium Slate Blue #726CEF
Tints of Medium Slate Blue #726CEF
RGB
CMYK
RGB Variations
Color information
#726CEF (or 0x726CEF) is known color: Medium Slate Blue. HEX triplet: 72, 6C and EF. RGB value is (114,108,239). Sum of RGB (Red+Green+Blue) = 114+108+239=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #726CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CEF is #8D9310. Grayscale: #7C7C7C. Windows color (decimal): -9278225 or 15690866. OLE color: 15690866.
HSL color Cylindrical-coordinate representation of color #726CEF: hue angle of 242.75º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726CEF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 108 | 239 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.06 |
| HSL | 242.75º | 0.8% | 0.68% | - |
| HSV(B) | 242.75º | 0.55% | 0.94% | - |
| XYZ | 27.88 | 20.53 | 84.16 | - |
| YUV | 124.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 239 | 0.52 | 0.55 | 0 | 0.06 | 242.75 | 0.8 | 0.68 |
| Hex | 72 | 6C | EF | 34 | 37 | 0 | 6 | F3 | 50 | 44 |
| Octal | 162 | 154 | 357 | 64 | 67 | 0 | 6 | 363 | 120 | 104 |
| Binary | 1110010 | 1101100 | 11101111 | 110100 | 110111 | 0 | 110 | 11110011 | 1010000 | 1000100 |
Color Harmonies of #726CEF
Complementary color
Monochromatic Colors of #726CEF
Black with #726CEF
Text Example
Text Example
White with #726CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CEF; }
p { color: rgb(114,108,239); }
H1.HeaderClassName
{
color: #726CEF;
}
.AnyTagClassName
{
color: #726CEF;
}
</style>
background-color css
<style>
a { background-color: #726CEF; }
a { background-color: rgb(114,108,239); }
div.DivClassName
{
background-color: #726CEF;
}
.BgClassName
{
background-color: #726CEF;
}
</style>
border-color css
<style>
span { border-color: #726CEF; }
span { border-color: rgb(114,108,239); }
td.TdClassName
{
border-color: #726CEF;
}
.TagClassName
{
border-color: #726CEF;
}
</style>