Shades of Medium Slate Blue #726CF6
Tints of Medium Slate Blue #726CF6
RGB
CMYK
RGB Variations
Color information
#726CF6 (or 0x726CF6) is known color: Medium Slate Blue. HEX triplet: 72, 6C and F6. RGB value is (114,108,246). Sum of RGB (Red+Green+Blue) = 114+108+246=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #726CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CF6 is #8D9309. Grayscale: #7C7C7C. Windows color (decimal): -9278218 or 16149618. OLE color: 16149618.
HSL color Cylindrical-coordinate representation of color #726CF6: hue angle of 242.61º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726CF6 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 108 | 246 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.04 |
| HSL | 242.61º | 0.88% | 0.69% | - |
| HSV(B) | 242.61º | 0.56% | 0.96% | - |
| XYZ | 28.94 | 20.96 | 89.71 | - |
| YUV | 125.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 246 | 0.54 | 0.56 | 0 | 0.04 | 242.61 | 0.88 | 0.69 |
| Hex | 72 | 6C | F6 | 36 | 38 | 0 | 4 | F3 | 58 | 45 |
| Octal | 162 | 154 | 366 | 66 | 70 | 0 | 4 | 363 | 130 | 105 |
| Binary | 1110010 | 1101100 | 11110110 | 110110 | 111000 | 0 | 100 | 11110011 | 1011000 | 1000101 |
Color Harmonies of #726CF6
Complementary color
Monochromatic Colors of #726CF6
Black with #726CF6
Text Example
Text Example
White with #726CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CF6; }
p { color: rgb(114,108,246); }
H1.HeaderClassName
{
color: #726CF6;
}
.AnyTagClassName
{
color: #726CF6;
}
</style>
background-color css
<style>
a { background-color: #726CF6; }
a { background-color: rgb(114,108,246); }
div.DivClassName
{
background-color: #726CF6;
}
.BgClassName
{
background-color: #726CF6;
}
</style>
border-color css
<style>
span { border-color: #726CF6; }
span { border-color: rgb(114,108,246); }
td.TdClassName
{
border-color: #726CF6;
}
.TagClassName
{
border-color: #726CF6;
}
</style>