Shades of Medium Slate Blue #7875DF
Tints of Medium Slate Blue #7875DF
RGB
CMYK
RGB Variations
Color information
#7875DF (or 0x7875DF) is known color: Medium Slate Blue. HEX triplet: 78, 75 and DF. RGB value is (120,117,223). Sum of RGB (Red+Green+Blue) = 120+117+223=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #7875DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875DF is #878A20. Grayscale: #818181. Windows color (decimal): -8882721 or 14644600. OLE color: 14644600.
HSL color Cylindrical-coordinate representation of color #7875DF: hue angle of 241.7º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7875DF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 117 | 223 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.13 |
| HSL | 241.7º | 0.62% | 0.67% | - |
| HSV(B) | 241.7º | 0.48% | 0.87% | - |
| XYZ | 27.43 | 22.04 | 72.62 | - |
| YUV | 129.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 223 | 0.46 | 0.48 | 0 | 0.13 | 241.7 | 0.62 | 0.67 |
| Hex | 78 | 75 | DF | 2E | 30 | 0 | D | F2 | 3E | 43 |
| Octal | 170 | 165 | 337 | 56 | 60 | 0 | 15 | 362 | 76 | 103 |
| Binary | 1111000 | 1110101 | 11011111 | 101110 | 110000 | 0 | 1101 | 11110010 | 111110 | 1000011 |
Color Harmonies of #7875DF
Complementary color
Monochromatic Colors of #7875DF
Black with #7875DF
Text Example
Text Example
White with #7875DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875DF; }
p { color: rgb(120,117,223); }
H1.HeaderClassName
{
color: #7875DF;
}
.AnyTagClassName
{
color: #7875DF;
}
</style>
background-color css
<style>
a { background-color: #7875DF; }
a { background-color: rgb(120,117,223); }
div.DivClassName
{
background-color: #7875DF;
}
.BgClassName
{
background-color: #7875DF;
}
</style>
border-color css
<style>
span { border-color: #7875DF; }
span { border-color: rgb(120,117,223); }
td.TdClassName
{
border-color: #7875DF;
}
.TagClassName
{
border-color: #7875DF;
}
</style>