Shades of Medium Slate Blue #7875F6
Tints of Medium Slate Blue #7875F6
RGB
CMYK
RGB Variations
Color information
#7875F6 (or 0x7875F6) is known color: Medium Slate Blue. HEX triplet: 78, 75 and F6. RGB value is (120,117,246). Sum of RGB (Red+Green+Blue) = 120+117+246=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #7875F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7875F6 is #878A09. Grayscale: #848484. Windows color (decimal): -8882698 or 16151928. OLE color: 16151928.
HSL color Cylindrical-coordinate representation of color #7875F6: hue angle of 241.4º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7875F6 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 117 | 246 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.04 |
| HSL | 241.4º | 0.88% | 0.71% | - |
| HSV(B) | 241.4º | 0.52% | 0.96% | - |
| XYZ | 30.74 | 23.37 | 90.08 | - |
| YUV | 132.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 246 | 0.51 | 0.52 | 0 | 0.04 | 241.4 | 0.88 | 0.71 |
| Hex | 78 | 75 | F6 | 33 | 34 | 0 | 4 | F1 | 58 | 47 |
| Octal | 170 | 165 | 366 | 63 | 64 | 0 | 4 | 361 | 130 | 107 |
| Binary | 1111000 | 1110101 | 11110110 | 110011 | 110100 | 0 | 100 | 11110001 | 1011000 | 1000111 |
Color Harmonies of #7875F6
Complementary color
Monochromatic Colors of #7875F6
Black with #7875F6
Text Example
Text Example
White with #7875F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875F6; }
p { color: rgb(120,117,246); }
H1.HeaderClassName
{
color: #7875F6;
}
.AnyTagClassName
{
color: #7875F6;
}
</style>
background-color css
<style>
a { background-color: #7875F6; }
a { background-color: rgb(120,117,246); }
div.DivClassName
{
background-color: #7875F6;
}
.BgClassName
{
background-color: #7875F6;
}
</style>
border-color css
<style>
span { border-color: #7875F6; }
span { border-color: rgb(120,117,246); }
td.TdClassName
{
border-color: #7875F6;
}
.TagClassName
{
border-color: #7875F6;
}
</style>