Shades of Medium Slate Blue #7B73DB
Tints of Medium Slate Blue #7B73DB
RGB
CMYK
RGB Variations
Color information
#7B73DB (or 0x7B73DB) is known color: Medium Slate Blue. HEX triplet: 7B, 73 and DB. RGB value is (123,115,219). Sum of RGB (Red+Green+Blue) = 123+115+219=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B73DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73DB is #848C24. Grayscale: #808080. Windows color (decimal): -8686629 or 14381947. OLE color: 14381947.
HSL color Cylindrical-coordinate representation of color #7B73DB: hue angle of 244.62º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B73DB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 115 | 219 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.14 |
| HSL | 244.62º | 0.59% | 0.65% | - |
| HSV(B) | 244.62º | 0.47% | 0.86% | - |
| XYZ | 27.09 | 21.59 | 69.76 | - |
| YUV | 129.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 219 | 0.44 | 0.47 | 0 | 0.14 | 244.62 | 0.59 | 0.65 |
| Hex | 7B | 73 | DB | 2C | 2F | 0 | E | F5 | 3B | 41 |
| Octal | 173 | 163 | 333 | 54 | 57 | 0 | 16 | 365 | 73 | 101 |
| Binary | 1111011 | 1110011 | 11011011 | 101100 | 101111 | 0 | 1110 | 11110101 | 111011 | 1000001 |
Color Harmonies of #7B73DB
Complementary color
Monochromatic Colors of #7B73DB
Black with #7B73DB
Text Example
Text Example
White with #7B73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73DB; }
p { color: rgb(123,115,219); }
H1.HeaderClassName
{
color: #7B73DB;
}
.AnyTagClassName
{
color: #7B73DB;
}
</style>
background-color css
<style>
a { background-color: #7B73DB; }
a { background-color: rgb(123,115,219); }
div.DivClassName
{
background-color: #7B73DB;
}
.BgClassName
{
background-color: #7B73DB;
}
</style>
border-color css
<style>
span { border-color: #7B73DB; }
span { border-color: rgb(123,115,219); }
td.TdClassName
{
border-color: #7B73DB;
}
.TagClassName
{
border-color: #7B73DB;
}
</style>