Shades of Medium Slate Blue #7A75DC
Tints of Medium Slate Blue #7A75DC
RGB
CMYK
RGB Variations
Color information
#7A75DC (or 0x7A75DC) is known color: Medium Slate Blue. HEX triplet: 7A, 75 and DC. RGB value is (122,117,220). Sum of RGB (Red+Green+Blue) = 122+117+220=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75DC is #858A23. Grayscale: #818181. Windows color (decimal): -8751652 or 14447994. OLE color: 14447994.
HSL color Cylindrical-coordinate representation of color #7A75DC: hue angle of 242.91º 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 #7A75DC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 117 | 220 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.14 |
| HSL | 242.91º | 0.6% | 0.66% | - |
| HSV(B) | 242.91º | 0.47% | 0.86% | - |
| XYZ | 27.31 | 22.03 | 70.52 | - |
| YUV | 130.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 220 | 0.45 | 0.47 | 0 | 0.14 | 242.91 | 0.6 | 0.66 |
| Hex | 7A | 75 | DC | 2D | 2F | 0 | E | F3 | 3C | 42 |
| Octal | 172 | 165 | 334 | 55 | 57 | 0 | 16 | 363 | 74 | 102 |
| Binary | 1111010 | 1110101 | 11011100 | 101101 | 101111 | 0 | 1110 | 11110011 | 111100 | 1000010 |
Color Harmonies of #7A75DC
Complementary color
Monochromatic Colors of #7A75DC
Black with #7A75DC
Text Example
Text Example
White with #7A75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A75DC; }
p { color: rgb(122,117,220); }
H1.HeaderClassName
{
color: #7A75DC;
}
.AnyTagClassName
{
color: #7A75DC;
}
</style>
background-color css
<style>
a { background-color: #7A75DC; }
a { background-color: rgb(122,117,220); }
div.DivClassName
{
background-color: #7A75DC;
}
.BgClassName
{
background-color: #7A75DC;
}
</style>
border-color css
<style>
span { border-color: #7A75DC; }
span { border-color: rgb(122,117,220); }
td.TdClassName
{
border-color: #7A75DC;
}
.TagClassName
{
border-color: #7A75DC;
}
</style>