Shades of Medium Slate Blue #786CFA
Tints of Medium Slate Blue #786CFA
RGB
CMYK
RGB Variations
Color information
#786CFA (or 0x786CFA) is known color: Medium Slate Blue. HEX triplet: 78, 6C and FA. RGB value is (120,108,250). Sum of RGB (Red+Green+Blue) = 120+108+250=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #786CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786CFA is #879305. Grayscale: #7F7F7F. Windows color (decimal): -8884998 or 16411768. OLE color: 16411768.
HSL color Cylindrical-coordinate representation of color #786CFA: hue angle of 245.07º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #786CFA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 108 | 250 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.02 |
| HSL | 245.07º | 0.93% | 0.7% | - |
| HSV(B) | 245.07º | 0.57% | 0.98% | - |
| XYZ | 30.36 | 21.62 | 93.02 | - |
| YUV | 127.78 | 196.98 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 250 | 0.52 | 0.57 | 0 | 0.02 | 245.07 | 0.93 | 0.7 |
| Hex | 78 | 6C | FA | 34 | 39 | 0 | 2 | F5 | 5D | 46 |
| Octal | 170 | 154 | 372 | 64 | 71 | 0 | 2 | 365 | 135 | 106 |
| Binary | 1111000 | 1101100 | 11111010 | 110100 | 111001 | 0 | 10 | 11110101 | 1011101 | 1000110 |
Color Harmonies of #786CFA
Complementary color
Monochromatic Colors of #786CFA
Black with #786CFA
Text Example
Text Example
White with #786CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CFA; }
p { color: rgb(120,108,250); }
H1.HeaderClassName
{
color: #786CFA;
}
.AnyTagClassName
{
color: #786CFA;
}
</style>
background-color css
<style>
a { background-color: #786CFA; }
a { background-color: rgb(120,108,250); }
div.DivClassName
{
background-color: #786CFA;
}
.BgClassName
{
background-color: #786CFA;
}
</style>
border-color css
<style>
span { border-color: #786CFA; }
span { border-color: rgb(120,108,250); }
td.TdClassName
{
border-color: #786CFA;
}
.TagClassName
{
border-color: #786CFA;
}
</style>