Shades of Medium Slate Blue #7266DF
Tints of Medium Slate Blue #7266DF
RGB
CMYK
RGB Variations
Color information
#7266DF (or 0x7266DF) is known color: Medium Slate Blue. HEX triplet: 72, 66 and DF. RGB value is (114,102,223). Sum of RGB (Red+Green+Blue) = 114+102+223=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #7266DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266DF is #8D9920. Grayscale: #767676. Windows color (decimal): -9279777 or 14640754. OLE color: 14640754.
HSL color Cylindrical-coordinate representation of color #7266DF: hue angle of 245.95º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7266DF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 102 | 223 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.13 |
| HSL | 245.95º | 0.65% | 0.64% | - |
| HSV(B) | 245.95º | 0.54% | 0.87% | - |
| XYZ | 25.01 | 18.41 | 72.05 | - |
| YUV | 119.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 223 | 0.49 | 0.54 | 0 | 0.13 | 245.95 | 0.65 | 0.64 |
| Hex | 72 | 66 | DF | 31 | 36 | 0 | D | F6 | 41 | 40 |
| Octal | 162 | 146 | 337 | 61 | 66 | 0 | 15 | 366 | 101 | 100 |
| Binary | 1110010 | 1100110 | 11011111 | 110001 | 110110 | 0 | 1101 | 11110110 | 1000001 | 1000000 |
Color Harmonies of #7266DF
Complementary color
Monochromatic Colors of #7266DF
Black with #7266DF
Text Example
Text Example
White with #7266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266DF; }
p { color: rgb(114,102,223); }
H1.HeaderClassName
{
color: #7266DF;
}
.AnyTagClassName
{
color: #7266DF;
}
</style>
background-color css
<style>
a { background-color: #7266DF; }
a { background-color: rgb(114,102,223); }
div.DivClassName
{
background-color: #7266DF;
}
.BgClassName
{
background-color: #7266DF;
}
</style>
border-color css
<style>
span { border-color: #7266DF; }
span { border-color: rgb(114,102,223); }
td.TdClassName
{
border-color: #7266DF;
}
.TagClassName
{
border-color: #7266DF;
}
</style>