Shades of Medium Slate Blue #7268DD
Tints of Medium Slate Blue #7268DD
RGB
CMYK
RGB Variations
Color information
#7268DD (or 0x7268DD) is known color: Medium Slate Blue. HEX triplet: 72, 68 and DD. RGB value is (114,104,221). Sum of RGB (Red+Green+Blue) = 114+104+221=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #7268DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268DD is #8D9722. Grayscale: #777777. Windows color (decimal): -9279267 or 14510194. OLE color: 14510194.
HSL color Cylindrical-coordinate representation of color #7268DD: hue angle of 245.13º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7268DD is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 104 | 221 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.13 |
| HSL | 245.13º | 0.63% | 0.64% | - |
| HSV(B) | 245.13º | 0.53% | 0.87% | - |
| XYZ | 24.94 | 18.7 | 70.7 | - |
| YUV | 120.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 221 | 0.48 | 0.53 | 0 | 0.13 | 245.13 | 0.63 | 0.64 |
| Hex | 72 | 68 | DD | 30 | 35 | 0 | D | F5 | 3F | 40 |
| Octal | 162 | 150 | 335 | 60 | 65 | 0 | 15 | 365 | 77 | 100 |
| Binary | 1110010 | 1101000 | 11011101 | 110000 | 110101 | 0 | 1101 | 11110101 | 111111 | 1000000 |
Color Harmonies of #7268DD
Complementary color
Monochromatic Colors of #7268DD
Black with #7268DD
Text Example
Text Example
White with #7268DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268DD; }
p { color: rgb(114,104,221); }
H1.HeaderClassName
{
color: #7268DD;
}
.AnyTagClassName
{
color: #7268DD;
}
</style>
background-color css
<style>
a { background-color: #7268DD; }
a { background-color: rgb(114,104,221); }
div.DivClassName
{
background-color: #7268DD;
}
.BgClassName
{
background-color: #7268DD;
}
</style>
border-color css
<style>
span { border-color: #7268DD; }
span { border-color: rgb(114,104,221); }
td.TdClassName
{
border-color: #7268DD;
}
.TagClassName
{
border-color: #7268DD;
}
</style>