Shades of Medium Slate Blue #7B69DD
Tints of Medium Slate Blue #7B69DD
RGB
CMYK
RGB Variations
Color information
#7B69DD (or 0x7B69DD) is known color: Medium Slate Blue. HEX triplet: 7B, 69 and DD. RGB value is (123,105,221). Sum of RGB (Red+Green+Blue) = 123+105+221=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69DD is #849622. Grayscale: #7B7B7B. Windows color (decimal): -8689187 or 14510459. OLE color: 14510459.
HSL color Cylindrical-coordinate representation of color #7B69DD: hue angle of 249.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B69DD is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 105 | 221 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.13 |
| HSL | 249.31º | 0.63% | 0.64% | - |
| HSV(B) | 249.31º | 0.52% | 0.87% | - |
| XYZ | 26.27 | 19.53 | 70.79 | - |
| YUV | 123.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 221 | 0.44 | 0.52 | 0 | 0.13 | 249.31 | 0.63 | 0.64 |
| Hex | 7B | 69 | DD | 2C | 34 | 0 | D | F9 | 3F | 40 |
| Octal | 173 | 151 | 335 | 54 | 64 | 0 | 15 | 371 | 77 | 100 |
| Binary | 1111011 | 1101001 | 11011101 | 101100 | 110100 | 0 | 1101 | 11111001 | 111111 | 1000000 |
Color Harmonies of #7B69DD
Complementary color
Monochromatic Colors of #7B69DD
Black with #7B69DD
Text Example
Text Example
White with #7B69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B69DD; }
p { color: rgb(123,105,221); }
H1.HeaderClassName
{
color: #7B69DD;
}
.AnyTagClassName
{
color: #7B69DD;
}
</style>
background-color css
<style>
a { background-color: #7B69DD; }
a { background-color: rgb(123,105,221); }
div.DivClassName
{
background-color: #7B69DD;
}
.BgClassName
{
background-color: #7B69DD;
}
</style>
border-color css
<style>
span { border-color: #7B69DD; }
span { border-color: rgb(123,105,221); }
td.TdClassName
{
border-color: #7B69DD;
}
.TagClassName
{
border-color: #7B69DD;
}
</style>