Shades of Medium Slate Blue #7B6BDF
Tints of Medium Slate Blue #7B6BDF
RGB
CMYK
RGB Variations
Color information
#7B6BDF (or 0x7B6BDF) is known color: Medium Slate Blue. HEX triplet: 7B, 6B and DF. RGB value is (123,107,223). Sum of RGB (Red+Green+Blue) = 123+107+223=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B6BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BDF is #849420. Grayscale: #7C7C7C. Windows color (decimal): -8688673 or 14642043. OLE color: 14642043.
HSL color Cylindrical-coordinate representation of color #7B6BDF: hue angle of 248.28º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B6BDF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 107 | 223 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.13 |
| HSL | 248.28º | 0.64% | 0.65% | - |
| HSV(B) | 248.28º | 0.52% | 0.87% | - |
| XYZ | 26.75 | 20.05 | 72.27 | - |
| YUV | 125.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 223 | 0.45 | 0.52 | 0 | 0.13 | 248.28 | 0.64 | 0.65 |
| Hex | 7B | 6B | DF | 2D | 34 | 0 | D | F8 | 40 | 41 |
| Octal | 173 | 153 | 337 | 55 | 64 | 0 | 15 | 370 | 100 | 101 |
| Binary | 1111011 | 1101011 | 11011111 | 101101 | 110100 | 0 | 1101 | 11111000 | 1000000 | 1000001 |
Color Harmonies of #7B6BDF
Complementary color
Monochromatic Colors of #7B6BDF
Black with #7B6BDF
Text Example
Text Example
White with #7B6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6BDF; }
p { color: rgb(123,107,223); }
H1.HeaderClassName
{
color: #7B6BDF;
}
.AnyTagClassName
{
color: #7B6BDF;
}
</style>
background-color css
<style>
a { background-color: #7B6BDF; }
a { background-color: rgb(123,107,223); }
div.DivClassName
{
background-color: #7B6BDF;
}
.BgClassName
{
background-color: #7B6BDF;
}
</style>
border-color css
<style>
span { border-color: #7B6BDF; }
span { border-color: rgb(123,107,223); }
td.TdClassName
{
border-color: #7B6BDF;
}
.TagClassName
{
border-color: #7B6BDF;
}
</style>