Shades of Medium Slate Blue #7B75DC
Tints of Medium Slate Blue #7B75DC
RGB
CMYK
RGB Variations
Color information
#7B75DC (or 0x7B75DC) is known color: Medium Slate Blue. HEX triplet: 7B, 75 and DC. RGB value is (123,117,220). Sum of RGB (Red+Green+Blue) = 123+117+220=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B75DC is #848A23. Grayscale: #828282. Windows color (decimal): -8686116 or 14447995. OLE color: 14447995.
HSL color Cylindrical-coordinate representation of color #7B75DC: hue angle of 243.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B75DC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 117 | 220 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.14 |
| HSL | 243.5º | 0.6% | 0.66% | - |
| HSV(B) | 243.5º | 0.47% | 0.86% | - |
| XYZ | 27.45 | 22.1 | 70.53 | - |
| YUV | 130.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 220 | 0.44 | 0.47 | 0 | 0.14 | 243.5 | 0.6 | 0.66 |
| Hex | 7B | 75 | DC | 2C | 2F | 0 | E | F3 | 3C | 42 |
| Octal | 173 | 165 | 334 | 54 | 57 | 0 | 16 | 363 | 74 | 102 |
| Binary | 1111011 | 1110101 | 11011100 | 101100 | 101111 | 0 | 1110 | 11110011 | 111100 | 1000010 |
Color Harmonies of #7B75DC
Complementary color
Monochromatic Colors of #7B75DC
Black with #7B75DC
Text Example
Text Example
White with #7B75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B75DC; }
p { color: rgb(123,117,220); }
H1.HeaderClassName
{
color: #7B75DC;
}
.AnyTagClassName
{
color: #7B75DC;
}
</style>
background-color css
<style>
a { background-color: #7B75DC; }
a { background-color: rgb(123,117,220); }
div.DivClassName
{
background-color: #7B75DC;
}
.BgClassName
{
background-color: #7B75DC;
}
</style>
border-color css
<style>
span { border-color: #7B75DC; }
span { border-color: rgb(123,117,220); }
td.TdClassName
{
border-color: #7B75DC;
}
.TagClassName
{
border-color: #7B75DC;
}
</style>