Shades of Medium Slate Blue #786AF2
Tints of Medium Slate Blue #786AF2
RGB
CMYK
RGB Variations
Color information
#786AF2 (or 0x786AF2) is known color: Medium Slate Blue. HEX triplet: 78, 6A and F2. RGB value is (120,106,242). Sum of RGB (Red+Green+Blue) = 120+106+242=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #786AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786AF2 is #87950D. Grayscale: #7D7D7D. Windows color (decimal): -8885518 or 15886968. OLE color: 15886968.
HSL color Cylindrical-coordinate representation of color #786AF2: hue angle of 246.18º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #786AF2 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 106 | 242 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.05 |
| HSL | 246.18º | 0.84% | 0.68% | - |
| HSV(B) | 246.18º | 0.56% | 0.95% | - |
| XYZ | 28.93 | 20.71 | 86.48 | - |
| YUV | 125.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 242 | 0.50 | 0.56 | 0 | 0.05 | 246.18 | 0.84 | 0.68 |
| Hex | 78 | 6A | F2 | 32 | 38 | 0 | 5 | F6 | 54 | 44 |
| Octal | 170 | 152 | 362 | 62 | 70 | 0 | 5 | 366 | 124 | 104 |
| Binary | 1111000 | 1101010 | 11110010 | 110010 | 111000 | 0 | 101 | 11110110 | 1010100 | 1000100 |
Color Harmonies of #786AF2
Complementary color
Monochromatic Colors of #786AF2
Black with #786AF2
Text Example
Text Example
White with #786AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786AF2; }
p { color: rgb(120,106,242); }
H1.HeaderClassName
{
color: #786AF2;
}
.AnyTagClassName
{
color: #786AF2;
}
</style>
background-color css
<style>
a { background-color: #786AF2; }
a { background-color: rgb(120,106,242); }
div.DivClassName
{
background-color: #786AF2;
}
.BgClassName
{
background-color: #786AF2;
}
</style>
border-color css
<style>
span { border-color: #786AF2; }
span { border-color: rgb(120,106,242); }
td.TdClassName
{
border-color: #786AF2;
}
.TagClassName
{
border-color: #786AF2;
}
</style>