Shades of Medium Slate Blue #7857DF
Tints of Medium Slate Blue #7857DF
RGB
CMYK
RGB Variations
Color information
#7857DF (or 0x7857DF) is known color: Medium Slate Blue. HEX triplet: 78, 57 and DF. RGB value is (120,87,223). Sum of RGB (Red+Green+Blue) = 120+87+223=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #7857DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7857DF is #87A820. Grayscale: #6F6F6F. Windows color (decimal): -8890401 or 14636920. OLE color: 14636920.
HSL color Cylindrical-coordinate representation of color #7857DF: hue angle of 254.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7857DF is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 87 | 223 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.13 |
| HSL | 254.56º | 0.68% | 0.61% | - |
| HSV(B) | 254.56º | 0.61% | 0.87% | - |
| XYZ | 24.47 | 16.14 | 71.64 | - |
| YUV | 112.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 223 | 0.46 | 0.61 | 0 | 0.13 | 254.56 | 0.68 | 0.61 |
| Hex | 78 | 57 | DF | 2E | 3D | 0 | D | FF | 44 | 3D |
| Octal | 170 | 127 | 337 | 56 | 75 | 0 | 15 | 377 | 104 | 75 |
| Binary | 1111000 | 1010111 | 11011111 | 101110 | 111101 | 0 | 1101 | 11111111 | 1000100 | 111101 |
Color Harmonies of #7857DF
Complementary color
Monochromatic Colors of #7857DF
Black with #7857DF
Text Example
Text Example
White with #7857DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7857DF; }
p { color: rgb(120,87,223); }
H1.HeaderClassName
{
color: #7857DF;
}
.AnyTagClassName
{
color: #7857DF;
}
</style>
background-color css
<style>
a { background-color: #7857DF; }
a { background-color: rgb(120,87,223); }
div.DivClassName
{
background-color: #7857DF;
}
.BgClassName
{
background-color: #7857DF;
}
</style>
border-color css
<style>
span { border-color: #7857DF; }
span { border-color: rgb(120,87,223); }
td.TdClassName
{
border-color: #7857DF;
}
.TagClassName
{
border-color: #7857DF;
}
</style>