Shades of Medium Slate Blue #785CFA
Tints of Medium Slate Blue #785CFA
RGB
CMYK
RGB Variations
Color information
#785CFA (or 0x785CFA) is known color: Medium Slate Blue. HEX triplet: 78, 5C and FA. RGB value is (120,92,250). Sum of RGB (Red+Green+Blue) = 120+92+250=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #785CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CFA is #87A305. Grayscale: #757575. Windows color (decimal): -8889094 or 16407672. OLE color: 16407672.
HSL color Cylindrical-coordinate representation of color #785CFA: hue angle of 250.63º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785CFA is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 92 | 250 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.02 |
| HSL | 250.63º | 0.94% | 0.67% | - |
| HSV(B) | 250.63º | 0.63% | 0.98% | - |
| XYZ | 28.83 | 18.55 | 92.5 | - |
| YUV | 118.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 250 | 0.52 | 0.63 | 0 | 0.02 | 250.63 | 0.94 | 0.67 |
| Hex | 78 | 5C | FA | 34 | 3F | 0 | 2 | FB | 5E | 43 |
| Octal | 170 | 134 | 372 | 64 | 77 | 0 | 2 | 373 | 136 | 103 |
| Binary | 1111000 | 1011100 | 11111010 | 110100 | 111111 | 0 | 10 | 11111011 | 1011110 | 1000011 |
Color Harmonies of #785CFA
Complementary color
Monochromatic Colors of #785CFA
Black with #785CFA
Text Example
Text Example
White with #785CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CFA; }
p { color: rgb(120,92,250); }
H1.HeaderClassName
{
color: #785CFA;
}
.AnyTagClassName
{
color: #785CFA;
}
</style>
background-color css
<style>
a { background-color: #785CFA; }
a { background-color: rgb(120,92,250); }
div.DivClassName
{
background-color: #785CFA;
}
.BgClassName
{
background-color: #785CFA;
}
</style>
border-color css
<style>
span { border-color: #785CFA; }
span { border-color: rgb(120,92,250); }
td.TdClassName
{
border-color: #785CFA;
}
.TagClassName
{
border-color: #785CFA;
}
</style>