Shades of Medium Slate Blue #785CFC
Tints of Medium Slate Blue #785CFC
RGB
CMYK
RGB Variations
Color information
#785CFC (or 0x785CFC) is known color: Medium Slate Blue. HEX triplet: 78, 5C and FC. RGB value is (120,92,252). Sum of RGB (Red+Green+Blue) = 120+92+252=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #785CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CFC is #87A303. Grayscale: #767676. Windows color (decimal): -8889092 or 16538744. OLE color: 16538744.
HSL color Cylindrical-coordinate representation of color #785CFC: hue angle of 250.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785CFC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 92 | 252 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.01 |
| HSL | 250.5º | 0.96% | 0.67% | - |
| HSV(B) | 250.5º | 0.63% | 0.99% | - |
| XYZ | 29.14 | 18.68 | 94.16 | - |
| YUV | 118.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 252 | 0.52 | 0.63 | 0 | 0.01 | 250.5 | 0.96 | 0.67 |
| Hex | 78 | 5C | FC | 34 | 3F | 0 | 1 | FB | 60 | 43 |
| Octal | 170 | 134 | 374 | 64 | 77 | 0 | 1 | 373 | 140 | 103 |
| Binary | 1111000 | 1011100 | 11111100 | 110100 | 111111 | 0 | 1 | 11111011 | 1100000 | 1000011 |
Color Harmonies of #785CFC
Complementary color
Monochromatic Colors of #785CFC
Black with #785CFC
Text Example
Text Example
White with #785CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CFC; }
p { color: rgb(120,92,252); }
H1.HeaderClassName
{
color: #785CFC;
}
.AnyTagClassName
{
color: #785CFC;
}
</style>
background-color css
<style>
a { background-color: #785CFC; }
a { background-color: rgb(120,92,252); }
div.DivClassName
{
background-color: #785CFC;
}
.BgClassName
{
background-color: #785CFC;
}
</style>
border-color css
<style>
span { border-color: #785CFC; }
span { border-color: rgb(120,92,252); }
td.TdClassName
{
border-color: #785CFC;
}
.TagClassName
{
border-color: #785CFC;
}
</style>