Shades of Medium Slate Blue #726CF1
Tints of Medium Slate Blue #726CF1
RGB
CMYK
RGB Variations
Color information
#726CF1 (or 0x726CF1) is known color: Medium Slate Blue. HEX triplet: 72, 6C and F1. RGB value is (114,108,241). Sum of RGB (Red+Green+Blue) = 114+108+241=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #726CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CF1 is #8D930E. Grayscale: #7C7C7C. Windows color (decimal): -9278223 or 15821938. OLE color: 15821938.
HSL color Cylindrical-coordinate representation of color #726CF1: hue angle of 242.71º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726CF1 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 108 | 241 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.05 |
| HSL | 242.71º | 0.83% | 0.68% | - |
| HSV(B) | 242.71º | 0.55% | 0.95% | - |
| XYZ | 28.18 | 20.65 | 85.72 | - |
| YUV | 124.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 241 | 0.53 | 0.55 | 0 | 0.05 | 242.71 | 0.83 | 0.68 |
| Hex | 72 | 6C | F1 | 35 | 37 | 0 | 5 | F3 | 53 | 44 |
| Octal | 162 | 154 | 361 | 65 | 67 | 0 | 5 | 363 | 123 | 104 |
| Binary | 1110010 | 1101100 | 11110001 | 110101 | 110111 | 0 | 101 | 11110011 | 1010011 | 1000100 |
Color Harmonies of #726CF1
Complementary color
Monochromatic Colors of #726CF1
Black with #726CF1
Text Example
Text Example
White with #726CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CF1; }
p { color: rgb(114,108,241); }
H1.HeaderClassName
{
color: #726CF1;
}
.AnyTagClassName
{
color: #726CF1;
}
</style>
background-color css
<style>
a { background-color: #726CF1; }
a { background-color: rgb(114,108,241); }
div.DivClassName
{
background-color: #726CF1;
}
.BgClassName
{
background-color: #726CF1;
}
</style>
border-color css
<style>
span { border-color: #726CF1; }
span { border-color: rgb(114,108,241); }
td.TdClassName
{
border-color: #726CF1;
}
.TagClassName
{
border-color: #726CF1;
}
</style>