Shades of Medium Slate Blue #726FFB
Tints of Medium Slate Blue #726FFB
RGB
CMYK
RGB Variations
Color information
#726FFB (or 0x726FFB) is known color: Medium Slate Blue. HEX triplet: 72, 6F and FB. RGB value is (114,111,251). Sum of RGB (Red+Green+Blue) = 114+111+251=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #726FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FFB is #8D9004. Grayscale: #7F7F7F. Windows color (decimal): -9277445 or 16478066. OLE color: 16478066.
HSL color Cylindrical-coordinate representation of color #726FFB: hue angle of 241.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726FFB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 111 | 251 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.02 |
| HSL | 241.29º | 0.95% | 0.71% | - |
| HSV(B) | 241.29º | 0.56% | 0.98% | - |
| XYZ | 30.04 | 21.91 | 93.91 | - |
| YUV | 127.86 | 197.49 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 251 | 0.55 | 0.56 | 0 | 0.02 | 241.29 | 0.95 | 0.71 |
| Hex | 72 | 6F | FB | 37 | 38 | 0 | 2 | F1 | 5F | 47 |
| Octal | 162 | 157 | 373 | 67 | 70 | 0 | 2 | 361 | 137 | 107 |
| Binary | 1110010 | 1101111 | 11111011 | 110111 | 111000 | 0 | 10 | 11110001 | 1011111 | 1000111 |
Color Harmonies of #726FFB
Complementary color
Monochromatic Colors of #726FFB
Black with #726FFB
Text Example
Text Example
White with #726FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FFB; }
p { color: rgb(114,111,251); }
H1.HeaderClassName
{
color: #726FFB;
}
.AnyTagClassName
{
color: #726FFB;
}
</style>
background-color css
<style>
a { background-color: #726FFB; }
a { background-color: rgb(114,111,251); }
div.DivClassName
{
background-color: #726FFB;
}
.BgClassName
{
background-color: #726FFB;
}
</style>
border-color css
<style>
span { border-color: #726FFB; }
span { border-color: rgb(114,111,251); }
td.TdClassName
{
border-color: #726FFB;
}
.TagClassName
{
border-color: #726FFB;
}
</style>