Shades of Medium Slate Blue #726DFB
Tints of Medium Slate Blue #726DFB
RGB
CMYK
RGB Variations
Color information
#726DFB (or 0x726DFB) is known color: Medium Slate Blue. HEX triplet: 72, 6D and FB. RGB value is (114,109,251). Sum of RGB (Red+Green+Blue) = 114+109+251=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #726DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DFB is #8D9204. Grayscale: #7E7E7E. Windows color (decimal): -9277957 or 16477554. OLE color: 16477554.
HSL color Cylindrical-coordinate representation of color #726DFB: hue angle of 242.11º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #726DFB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 109 | 251 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.02 |
| HSL | 242.11º | 0.95% | 0.71% | - |
| HSV(B) | 242.11º | 0.57% | 0.98% | - |
| XYZ | 29.82 | 21.48 | 93.84 | - |
| YUV | 126.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 251 | 0.55 | 0.57 | 0 | 0.02 | 242.11 | 0.95 | 0.71 |
| Hex | 72 | 6D | FB | 37 | 39 | 0 | 2 | F2 | 5F | 47 |
| Octal | 162 | 155 | 373 | 67 | 71 | 0 | 2 | 362 | 137 | 107 |
| Binary | 1110010 | 1101101 | 11111011 | 110111 | 111001 | 0 | 10 | 11110010 | 1011111 | 1000111 |
Color Harmonies of #726DFB
Complementary color
Monochromatic Colors of #726DFB
Black with #726DFB
Text Example
Text Example
White with #726DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DFB; }
p { color: rgb(114,109,251); }
H1.HeaderClassName
{
color: #726DFB;
}
.AnyTagClassName
{
color: #726DFB;
}
</style>
background-color css
<style>
a { background-color: #726DFB; }
a { background-color: rgb(114,109,251); }
div.DivClassName
{
background-color: #726DFB;
}
.BgClassName
{
background-color: #726DFB;
}
</style>
border-color css
<style>
span { border-color: #726DFB; }
span { border-color: rgb(114,109,251); }
td.TdClassName
{
border-color: #726DFB;
}
.TagClassName
{
border-color: #726DFB;
}
</style>