Shades of Medium Slate Blue #787EDF
Tints of Medium Slate Blue #787EDF
RGB
CMYK
RGB Variations
Color information
#787EDF (or 0x787EDF) is known color: Medium Slate Blue. HEX triplet: 78, 7E and DF. RGB value is (120,126,223). Sum of RGB (Red+Green+Blue) = 120+126+223=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #787EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787EDF is #878120. Grayscale: #868686. Windows color (decimal): -8880417 or 14646904. OLE color: 14646904.
HSL color Cylindrical-coordinate representation of color #787EDF: hue angle of 236.5º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787EDF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 126 | 223 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 236.5º | 0.62% | 0.67% | - |
| HSV(B) | 236.5º | 0.46% | 0.87% | - |
| XYZ | 28.53 | 24.24 | 72.99 | - |
| YUV | 135.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 223 | 0.46 | 0.43 | 0 | 0.13 | 236.5 | 0.62 | 0.67 |
| Hex | 78 | 7E | DF | 2E | 2B | 0 | D | ED | 3E | 43 |
| Octal | 170 | 176 | 337 | 56 | 53 | 0 | 15 | 355 | 76 | 103 |
| Binary | 1111000 | 1111110 | 11011111 | 101110 | 101011 | 0 | 1101 | 11101101 | 111110 | 1000011 |
Color Harmonies of #787EDF
Complementary color
Monochromatic Colors of #787EDF
Black with #787EDF
Text Example
Text Example
White with #787EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787EDF; }
p { color: rgb(120,126,223); }
H1.HeaderClassName
{
color: #787EDF;
}
.AnyTagClassName
{
color: #787EDF;
}
</style>
background-color css
<style>
a { background-color: #787EDF; }
a { background-color: rgb(120,126,223); }
div.DivClassName
{
background-color: #787EDF;
}
.BgClassName
{
background-color: #787EDF;
}
</style>
border-color css
<style>
span { border-color: #787EDF; }
span { border-color: rgb(120,126,223); }
td.TdClassName
{
border-color: #787EDF;
}
.TagClassName
{
border-color: #787EDF;
}
</style>