Shades of Medium Slate Blue #726AF1
Tints of Medium Slate Blue #726AF1
RGB
CMYK
RGB Variations
Color information
#726AF1 (or 0x726AF1) is known color: Medium Slate Blue. HEX triplet: 72, 6A and F1. RGB value is (114,106,241). Sum of RGB (Red+Green+Blue) = 114+106+241=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #726AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AF1 is #8D950E. Grayscale: #7B7B7B. Windows color (decimal): -9278735 or 15821426. OLE color: 15821426.
HSL color Cylindrical-coordinate representation of color #726AF1: hue angle of 243.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726AF1 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 106 | 241 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.05 |
| HSL | 243.56º | 0.83% | 0.68% | - |
| HSV(B) | 243.56º | 0.56% | 0.95% | - |
| XYZ | 27.97 | 20.24 | 85.65 | - |
| YUV | 123.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 241 | 0.53 | 0.56 | 0 | 0.05 | 243.56 | 0.83 | 0.68 |
| Hex | 72 | 6A | F1 | 35 | 38 | 0 | 5 | F4 | 53 | 44 |
| Octal | 162 | 152 | 361 | 65 | 70 | 0 | 5 | 364 | 123 | 104 |
| Binary | 1110010 | 1101010 | 11110001 | 110101 | 111000 | 0 | 101 | 11110100 | 1010011 | 1000100 |
Color Harmonies of #726AF1
Complementary color
Monochromatic Colors of #726AF1
Black with #726AF1
Text Example
Text Example
White with #726AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AF1; }
p { color: rgb(114,106,241); }
H1.HeaderClassName
{
color: #726AF1;
}
.AnyTagClassName
{
color: #726AF1;
}
</style>
background-color css
<style>
a { background-color: #726AF1; }
a { background-color: rgb(114,106,241); }
div.DivClassName
{
background-color: #726AF1;
}
.BgClassName
{
background-color: #726AF1;
}
</style>
border-color css
<style>
span { border-color: #726AF1; }
span { border-color: rgb(114,106,241); }
td.TdClassName
{
border-color: #726AF1;
}
.TagClassName
{
border-color: #726AF1;
}
</style>