Shades of Medium Slate Blue #787ADF
Tints of Medium Slate Blue #787ADF
RGB
CMYK
RGB Variations
Color information
#787ADF (or 0x787ADF) is known color: Medium Slate Blue. HEX triplet: 78, 7A and DF. RGB value is (120,122,223). Sum of RGB (Red+Green+Blue) = 120+122+223=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #787ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ADF is #878520. Grayscale: #848484. Windows color (decimal): -8881441 or 14645880. OLE color: 14645880.
HSL color Cylindrical-coordinate representation of color #787ADF: hue angle of 238.83º 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 #787ADF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 122 | 223 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.13 |
| HSL | 238.83º | 0.62% | 0.67% | - |
| HSV(B) | 238.83º | 0.46% | 0.87% | - |
| XYZ | 28.02 | 23.24 | 72.82 | - |
| YUV | 132.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 223 | 0.46 | 0.45 | 0 | 0.13 | 238.83 | 0.62 | 0.67 |
| Hex | 78 | 7A | DF | 2E | 2D | 0 | D | EF | 3E | 43 |
| Octal | 170 | 172 | 337 | 56 | 55 | 0 | 15 | 357 | 76 | 103 |
| Binary | 1111000 | 1111010 | 11011111 | 101110 | 101101 | 0 | 1101 | 11101111 | 111110 | 1000011 |
Color Harmonies of #787ADF
Complementary color
Monochromatic Colors of #787ADF
Black with #787ADF
Text Example
Text Example
White with #787ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ADF; }
p { color: rgb(120,122,223); }
H1.HeaderClassName
{
color: #787ADF;
}
.AnyTagClassName
{
color: #787ADF;
}
</style>
background-color css
<style>
a { background-color: #787ADF; }
a { background-color: rgb(120,122,223); }
div.DivClassName
{
background-color: #787ADF;
}
.BgClassName
{
background-color: #787ADF;
}
</style>
border-color css
<style>
span { border-color: #787ADF; }
span { border-color: rgb(120,122,223); }
td.TdClassName
{
border-color: #787ADF;
}
.TagClassName
{
border-color: #787ADF;
}
</style>