Shades of Medium Slate Blue #7261DF
Tints of Medium Slate Blue #7261DF
RGB
CMYK
RGB Variations
Color information
#7261DF (or 0x7261DF) is known color: Medium Slate Blue. HEX triplet: 72, 61 and DF. RGB value is (114,97,223). Sum of RGB (Red+Green+Blue) = 114+97+223=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #7261DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261DF is #8D9E20. Grayscale: #737373. Windows color (decimal): -9281057 or 14639474. OLE color: 14639474.
HSL color Cylindrical-coordinate representation of color #7261DF: hue angle of 248.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7261DF is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 97 | 223 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.13 |
| HSL | 248.1º | 0.66% | 0.63% | - |
| HSV(B) | 248.1º | 0.57% | 0.87% | - |
| XYZ | 24.53 | 17.45 | 71.89 | - |
| YUV | 116.45 | 188.13 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 223 | 0.49 | 0.57 | 0 | 0.13 | 248.1 | 0.66 | 0.63 |
| Hex | 72 | 61 | DF | 31 | 39 | 0 | D | F8 | 42 | 3F |
| Octal | 162 | 141 | 337 | 61 | 71 | 0 | 15 | 370 | 102 | 77 |
| Binary | 1110010 | 1100001 | 11011111 | 110001 | 111001 | 0 | 1101 | 11111000 | 1000010 | 111111 |
Color Harmonies of #7261DF
Complementary color
Monochromatic Colors of #7261DF
Black with #7261DF
Text Example
Text Example
White with #7261DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7261DF; }
p { color: rgb(114,97,223); }
H1.HeaderClassName
{
color: #7261DF;
}
.AnyTagClassName
{
color: #7261DF;
}
</style>
background-color css
<style>
a { background-color: #7261DF; }
a { background-color: rgb(114,97,223); }
div.DivClassName
{
background-color: #7261DF;
}
.BgClassName
{
background-color: #7261DF;
}
</style>
border-color css
<style>
span { border-color: #7261DF; }
span { border-color: rgb(114,97,223); }
td.TdClassName
{
border-color: #7261DF;
}
.TagClassName
{
border-color: #7261DF;
}
</style>