Shades of Medium Slate Blue #7B7ADF
Tints of Medium Slate Blue #7B7ADF
RGB
CMYK
RGB Variations
Color information
#7B7ADF (or 0x7B7ADF) is known color: Medium Slate Blue. HEX triplet: 7B, 7A and DF. RGB value is (123,122,223). Sum of RGB (Red+Green+Blue) = 123+122+223=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B7ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ADF is #848520. Grayscale: #858585. Windows color (decimal): -8684833 or 14645883. OLE color: 14645883.
HSL color Cylindrical-coordinate representation of color #7B7ADF: hue angle of 240.59º 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 #7B7ADF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 122 | 223 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.13 |
| HSL | 240.59º | 0.61% | 0.68% | - |
| HSV(B) | 240.59º | 0.45% | 0.87% | - |
| XYZ | 28.45 | 23.46 | 72.84 | - |
| YUV | 133.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 223 | 0.45 | 0.45 | 0 | 0.13 | 240.59 | 0.61 | 0.68 |
| Hex | 7B | 7A | DF | 2D | 2D | 0 | D | F1 | 3D | 44 |
| Octal | 173 | 172 | 337 | 55 | 55 | 0 | 15 | 361 | 75 | 104 |
| Binary | 1111011 | 1111010 | 11011111 | 101101 | 101101 | 0 | 1101 | 11110001 | 111101 | 1000100 |
Color Harmonies of #7B7ADF
Complementary color
Monochromatic Colors of #7B7ADF
Black with #7B7ADF
Text Example
Text Example
White with #7B7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7ADF; }
p { color: rgb(123,122,223); }
H1.HeaderClassName
{
color: #7B7ADF;
}
.AnyTagClassName
{
color: #7B7ADF;
}
</style>
background-color css
<style>
a { background-color: #7B7ADF; }
a { background-color: rgb(123,122,223); }
div.DivClassName
{
background-color: #7B7ADF;
}
.BgClassName
{
background-color: #7B7ADF;
}
</style>
border-color css
<style>
span { border-color: #7B7ADF; }
span { border-color: rgb(123,122,223); }
td.TdClassName
{
border-color: #7B7ADF;
}
.TagClassName
{
border-color: #7B7ADF;
}
</style>