Shades of Medium Slate Blue #785AFC
Tints of Medium Slate Blue #785AFC
RGB
CMYK
RGB Variations
Color information
#785AFC (or 0x785AFC) is known color: Medium Slate Blue. HEX triplet: 78, 5A and FC. RGB value is (120,90,252). Sum of RGB (Red+Green+Blue) = 120+90+252=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #785AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785AFC is #87A503. Grayscale: #747474. Windows color (decimal): -8889604 or 16538232. OLE color: 16538232.
HSL color Cylindrical-coordinate representation of color #785AFC: hue angle of 251.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #785AFC is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 90 | 252 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.01 |
| HSL | 251.11º | 0.96% | 0.67% | - |
| HSV(B) | 251.11º | 0.64% | 0.99% | - |
| XYZ | 28.97 | 18.33 | 94.11 | - |
| YUV | 117.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 252 | 0.52 | 0.64 | 0 | 0.01 | 251.11 | 0.96 | 0.67 |
| Hex | 78 | 5A | FC | 34 | 40 | 0 | 1 | FB | 60 | 43 |
| Octal | 170 | 132 | 374 | 64 | 100 | 0 | 1 | 373 | 140 | 103 |
| Binary | 1111000 | 1011010 | 11111100 | 110100 | 1000000 | 0 | 1 | 11111011 | 1100000 | 1000011 |
Color Harmonies of #785AFC
Complementary color
Monochromatic Colors of #785AFC
Black with #785AFC
Text Example
Text Example
White with #785AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AFC; }
p { color: rgb(120,90,252); }
H1.HeaderClassName
{
color: #785AFC;
}
.AnyTagClassName
{
color: #785AFC;
}
</style>
background-color css
<style>
a { background-color: #785AFC; }
a { background-color: rgb(120,90,252); }
div.DivClassName
{
background-color: #785AFC;
}
.BgClassName
{
background-color: #785AFC;
}
</style>
border-color css
<style>
span { border-color: #785AFC; }
span { border-color: rgb(120,90,252); }
td.TdClassName
{
border-color: #785AFC;
}
.TagClassName
{
border-color: #785AFC;
}
</style>