Shades of Medium Slate Blue #7B72DE
Tints of Medium Slate Blue #7B72DE
RGB
CMYK
RGB Variations
Color information
#7B72DE (or 0x7B72DE) is known color: Medium Slate Blue. HEX triplet: 7B, 72 and DE. RGB value is (123,114,222). Sum of RGB (Red+Green+Blue) = 123+114+222=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B72DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B72DE is #848D21. Grayscale: #808080. Windows color (decimal): -8686882 or 14578299. OLE color: 14578299.
HSL color Cylindrical-coordinate representation of color #7B72DE: hue angle of 245º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B72DE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 114 | 222 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.13 |
| HSL | 245º | 0.62% | 0.66% | - |
| HSV(B) | 245º | 0.49% | 0.87% | - |
| XYZ | 27.37 | 21.52 | 71.82 | - |
| YUV | 129 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 222 | 0.45 | 0.49 | 0 | 0.13 | 245 | 0.62 | 0.66 |
| Hex | 7B | 72 | DE | 2D | 31 | 0 | D | F5 | 3E | 42 |
| Octal | 173 | 162 | 336 | 55 | 61 | 0 | 15 | 365 | 76 | 102 |
| Binary | 1111011 | 1110010 | 11011110 | 101101 | 110001 | 0 | 1101 | 11110101 | 111110 | 1000010 |
Color Harmonies of #7B72DE
Complementary color
Monochromatic Colors of #7B72DE
Black with #7B72DE
Text Example
Text Example
White with #7B72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B72DE; }
p { color: rgb(123,114,222); }
H1.HeaderClassName
{
color: #7B72DE;
}
.AnyTagClassName
{
color: #7B72DE;
}
</style>
background-color css
<style>
a { background-color: #7B72DE; }
a { background-color: rgb(123,114,222); }
div.DivClassName
{
background-color: #7B72DE;
}
.BgClassName
{
background-color: #7B72DE;
}
</style>
border-color css
<style>
span { border-color: #7B72DE; }
span { border-color: rgb(123,114,222); }
td.TdClassName
{
border-color: #7B72DE;
}
.TagClassName
{
border-color: #7B72DE;
}
</style>