Shades of Medium Slate Blue #7B69DC
Tints of Medium Slate Blue #7B69DC
RGB
CMYK
RGB Variations
Color information
#7B69DC (or 0x7B69DC) is known color: Medium Slate Blue. HEX triplet: 7B, 69 and DC. RGB value is (123,105,220). Sum of RGB (Red+Green+Blue) = 123+105+220=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B69DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69DC is #849623. Grayscale: #7B7B7B. Windows color (decimal): -8689188 or 14444923. OLE color: 14444923.
HSL color Cylindrical-coordinate representation of color #7B69DC: hue angle of 249.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B69DC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 105 | 220 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.14 |
| HSL | 249.39º | 0.62% | 0.64% | - |
| HSV(B) | 249.39º | 0.52% | 0.86% | - |
| XYZ | 26.14 | 19.48 | 70.09 | - |
| YUV | 123.49 | 182.46 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 220 | 0.44 | 0.52 | 0 | 0.14 | 249.39 | 0.62 | 0.64 |
| Hex | 7B | 69 | DC | 2C | 34 | 0 | E | F9 | 3E | 40 |
| Octal | 173 | 151 | 334 | 54 | 64 | 0 | 16 | 371 | 76 | 100 |
| Binary | 1111011 | 1101001 | 11011100 | 101100 | 110100 | 0 | 1110 | 11111001 | 111110 | 1000000 |
Color Harmonies of #7B69DC
Complementary color
Monochromatic Colors of #7B69DC
Black with #7B69DC
Text Example
Text Example
White with #7B69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B69DC; }
p { color: rgb(123,105,220); }
H1.HeaderClassName
{
color: #7B69DC;
}
.AnyTagClassName
{
color: #7B69DC;
}
</style>
background-color css
<style>
a { background-color: #7B69DC; }
a { background-color: rgb(123,105,220); }
div.DivClassName
{
background-color: #7B69DC;
}
.BgClassName
{
background-color: #7B69DC;
}
</style>
border-color css
<style>
span { border-color: #7B69DC; }
span { border-color: rgb(123,105,220); }
td.TdClassName
{
border-color: #7B69DC;
}
.TagClassName
{
border-color: #7B69DC;
}
</style>