Shades of Medium Slate Blue #7875DD
Tints of Medium Slate Blue #7875DD
RGB
CMYK
RGB Variations
Color information
#7875DD (or 0x7875DD) is known color: Medium Slate Blue. HEX triplet: 78, 75 and DD. RGB value is (120,117,221). Sum of RGB (Red+Green+Blue) = 120+117+221=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #7875DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875DD is #878A22. Grayscale: #818181. Windows color (decimal): -8882723 or 14513528. OLE color: 14513528.
HSL color Cylindrical-coordinate representation of color #7875DD: hue angle of 241.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7875DD is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 117 | 221 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.13 |
| HSL | 241.73º | 0.6% | 0.66% | - |
| HSV(B) | 241.73º | 0.47% | 0.87% | - |
| XYZ | 27.16 | 21.94 | 71.21 | - |
| YUV | 129.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 221 | 0.46 | 0.47 | 0 | 0.13 | 241.73 | 0.6 | 0.66 |
| Hex | 78 | 75 | DD | 2E | 2F | 0 | D | F2 | 3C | 42 |
| Octal | 170 | 165 | 335 | 56 | 57 | 0 | 15 | 362 | 74 | 102 |
| Binary | 1111000 | 1110101 | 11011101 | 101110 | 101111 | 0 | 1101 | 11110010 | 111100 | 1000010 |
Color Harmonies of #7875DD
Complementary color
Monochromatic Colors of #7875DD
Black with #7875DD
Text Example
Text Example
White with #7875DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875DD; }
p { color: rgb(120,117,221); }
H1.HeaderClassName
{
color: #7875DD;
}
.AnyTagClassName
{
color: #7875DD;
}
</style>
background-color css
<style>
a { background-color: #7875DD; }
a { background-color: rgb(120,117,221); }
div.DivClassName
{
background-color: #7875DD;
}
.BgClassName
{
background-color: #7875DD;
}
</style>
border-color css
<style>
span { border-color: #7875DD; }
span { border-color: rgb(120,117,221); }
td.TdClassName
{
border-color: #7875DD;
}
.TagClassName
{
border-color: #7875DD;
}
</style>