Shades of Medium Slate Blue #787BDE
Tints of Medium Slate Blue #787BDE
RGB
CMYK
RGB Variations
Color information
#787BDE (or 0x787BDE) is known color: Medium Slate Blue. HEX triplet: 78, 7B and DE. RGB value is (120,123,222). Sum of RGB (Red+Green+Blue) = 120+123+222=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #787BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BDE is #878421. Grayscale: #848484. Windows color (decimal): -8881186 or 14580600. OLE color: 14580600.
HSL color Cylindrical-coordinate representation of color #787BDE: hue angle of 238.24º degrees, saturation: 0.61, 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 #787BDE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 123 | 222 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.13 |
| HSL | 238.24º | 0.61% | 0.67% | - |
| HSV(B) | 238.24º | 0.46% | 0.87% | - |
| XYZ | 28.01 | 23.43 | 72.15 | - |
| YUV | 133.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 222 | 0.46 | 0.45 | 0 | 0.13 | 238.24 | 0.61 | 0.67 |
| Hex | 78 | 7B | DE | 2E | 2D | 0 | D | EE | 3D | 43 |
| Octal | 170 | 173 | 336 | 56 | 55 | 0 | 15 | 356 | 75 | 103 |
| Binary | 1111000 | 1111011 | 11011110 | 101110 | 101101 | 0 | 1101 | 11101110 | 111101 | 1000011 |
Color Harmonies of #787BDE
Complementary color
Monochromatic Colors of #787BDE
Black with #787BDE
Text Example
Text Example
White with #787BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BDE; }
p { color: rgb(120,123,222); }
H1.HeaderClassName
{
color: #787BDE;
}
.AnyTagClassName
{
color: #787BDE;
}
</style>
background-color css
<style>
a { background-color: #787BDE; }
a { background-color: rgb(120,123,222); }
div.DivClassName
{
background-color: #787BDE;
}
.BgClassName
{
background-color: #787BDE;
}
</style>
border-color css
<style>
span { border-color: #787BDE; }
span { border-color: rgb(120,123,222); }
td.TdClassName
{
border-color: #787BDE;
}
.TagClassName
{
border-color: #787BDE;
}
</style>