Shades of Medium Slate Blue #7B72DD
Tints of Medium Slate Blue #7B72DD
RGB
CMYK
RGB Variations
Color information
#7B72DD (or 0x7B72DD) is known color: Medium Slate Blue. HEX triplet: 7B, 72 and DD. RGB value is (123,114,221). Sum of RGB (Red+Green+Blue) = 123+114+221=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B72DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B72DD is #848D22. Grayscale: #808080. Windows color (decimal): -8686883 or 14512763. OLE color: 14512763.
HSL color Cylindrical-coordinate representation of color #7B72DD: hue angle of 245.05º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B72DD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 114 | 221 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.13 |
| HSL | 245.05º | 0.61% | 0.66% | - |
| HSV(B) | 245.05º | 0.48% | 0.87% | - |
| XYZ | 27.24 | 21.47 | 71.11 | - |
| YUV | 128.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 221 | 0.44 | 0.48 | 0 | 0.13 | 245.05 | 0.61 | 0.66 |
| Hex | 7B | 72 | DD | 2C | 30 | 0 | D | F5 | 3D | 42 |
| Octal | 173 | 162 | 335 | 54 | 60 | 0 | 15 | 365 | 75 | 102 |
| Binary | 1111011 | 1110010 | 11011101 | 101100 | 110000 | 0 | 1101 | 11110101 | 111101 | 1000010 |
Color Harmonies of #7B72DD
Complementary color
Monochromatic Colors of #7B72DD
Black with #7B72DD
Text Example
Text Example
White with #7B72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B72DD; }
p { color: rgb(123,114,221); }
H1.HeaderClassName
{
color: #7B72DD;
}
.AnyTagClassName
{
color: #7B72DD;
}
</style>
background-color css
<style>
a { background-color: #7B72DD; }
a { background-color: rgb(123,114,221); }
div.DivClassName
{
background-color: #7B72DD;
}
.BgClassName
{
background-color: #7B72DD;
}
</style>
border-color css
<style>
span { border-color: #7B72DD; }
span { border-color: rgb(123,114,221); }
td.TdClassName
{
border-color: #7B72DD;
}
.TagClassName
{
border-color: #7B72DD;
}
</style>