Shades of Medium Slate Blue #787BDF
Tints of Medium Slate Blue #787BDF
RGB
CMYK
RGB Variations
Color information
#787BDF (or 0x787BDF) is known color: Medium Slate Blue. HEX triplet: 78, 7B and DF. RGB value is (120,123,223). Sum of RGB (Red+Green+Blue) = 120+123+223=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #787BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BDF is #878420. Grayscale: #858585. Windows color (decimal): -8881185 or 14646136. OLE color: 14646136.
HSL color Cylindrical-coordinate representation of color #787BDF: hue angle of 238.25º 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 #787BDF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 123 | 223 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.13 |
| HSL | 238.25º | 0.62% | 0.67% | - |
| HSV(B) | 238.25º | 0.46% | 0.87% | - |
| XYZ | 28.15 | 23.49 | 72.86 | - |
| YUV | 133.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 223 | 0.46 | 0.45 | 0 | 0.13 | 238.25 | 0.62 | 0.67 |
| Hex | 78 | 7B | DF | 2E | 2D | 0 | D | EE | 3E | 43 |
| Octal | 170 | 173 | 337 | 56 | 55 | 0 | 15 | 356 | 76 | 103 |
| Binary | 1111000 | 1111011 | 11011111 | 101110 | 101101 | 0 | 1101 | 11101110 | 111110 | 1000011 |
Color Harmonies of #787BDF
Complementary color
Monochromatic Colors of #787BDF
Black with #787BDF
Text Example
Text Example
White with #787BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BDF; }
p { color: rgb(120,123,223); }
H1.HeaderClassName
{
color: #787BDF;
}
.AnyTagClassName
{
color: #787BDF;
}
</style>
background-color css
<style>
a { background-color: #787BDF; }
a { background-color: rgb(120,123,223); }
div.DivClassName
{
background-color: #787BDF;
}
.BgClassName
{
background-color: #787BDF;
}
</style>
border-color css
<style>
span { border-color: #787BDF; }
span { border-color: rgb(120,123,223); }
td.TdClassName
{
border-color: #787BDF;
}
.TagClassName
{
border-color: #787BDF;
}
</style>