Shades of Medium Slate Blue #7B7BDF
Tints of Medium Slate Blue #7B7BDF
RGB
CMYK
RGB Variations
Color information
#7B7BDF (or 0x7B7BDF) is known color: Medium Slate Blue. HEX triplet: 7B, 7B and DF. RGB value is (123,123,223). Sum of RGB (Red+Green+Blue) = 123+123+223=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7BDF is #848420. Grayscale: #868686. Windows color (decimal): -8684577 or 14646139. OLE color: 14646139.
HSL color Cylindrical-coordinate representation of color #7B7BDF: hue angle of 240º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B7BDF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 123 | 223 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.13 |
| HSL | 240º | 0.61% | 0.68% | - |
| HSV(B) | 240º | 0.45% | 0.87% | - |
| XYZ | 28.57 | 23.7 | 72.88 | - |
| YUV | 134.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 123 | 223 | 0.45 | 0.45 | 0 | 0.13 | 240 | 0.61 | 0.68 |
| Hex | 7B | 7B | DF | 2D | 2D | 0 | D | F0 | 3D | 44 |
| Octal | 173 | 173 | 337 | 55 | 55 | 0 | 15 | 360 | 75 | 104 |
| Binary | 1111011 | 1111011 | 11011111 | 101101 | 101101 | 0 | 1101 | 11110000 | 111101 | 1000100 |
Color Harmonies of #7B7BDF
Complementary color
Monochromatic Colors of #7B7BDF
Black with #7B7BDF
Text Example
Text Example
White with #7B7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7BDF; }
p { color: rgb(123,123,223); }
H1.HeaderClassName
{
color: #7B7BDF;
}
.AnyTagClassName
{
color: #7B7BDF;
}
</style>
background-color css
<style>
a { background-color: #7B7BDF; }
a { background-color: rgb(123,123,223); }
div.DivClassName
{
background-color: #7B7BDF;
}
.BgClassName
{
background-color: #7B7BDF;
}
</style>
border-color css
<style>
span { border-color: #7B7BDF; }
span { border-color: rgb(123,123,223); }
td.TdClassName
{
border-color: #7B7BDF;
}
.TagClassName
{
border-color: #7B7BDF;
}
</style>