Shades of Medium Slate Blue #785AFD
Tints of Medium Slate Blue #785AFD
RGB
CMYK
RGB Variations
Color information
#785AFD (or 0x785AFD) is known color: Medium Slate Blue. HEX triplet: 78, 5A and FD. RGB value is (120,90,253). Sum of RGB (Red+Green+Blue) = 120+90+253=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #785AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785AFD is #87A502. Grayscale: #747474. Windows color (decimal): -8889603 or 16603768. OLE color: 16603768.
HSL color Cylindrical-coordinate representation of color #785AFD: hue angle of 251.04º degrees, saturation: 0.98, 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 #785AFD is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 90 | 253 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.01 |
| HSL | 251.04º | 0.98% | 0.67% | - |
| HSV(B) | 251.04º | 0.64% | 0.99% | - |
| XYZ | 29.13 | 18.4 | 94.94 | - |
| YUV | 117.55 | 204.44 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 253 | 0.53 | 0.64 | 0 | 0.01 | 251.04 | 0.98 | 0.67 |
| Hex | 78 | 5A | FD | 35 | 40 | 0 | 1 | FB | 62 | 43 |
| Octal | 170 | 132 | 375 | 65 | 100 | 0 | 1 | 373 | 142 | 103 |
| Binary | 1111000 | 1011010 | 11111101 | 110101 | 1000000 | 0 | 1 | 11111011 | 1100010 | 1000011 |
Color Harmonies of #785AFD
Complementary color
Monochromatic Colors of #785AFD
Black with #785AFD
Text Example
Text Example
White with #785AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AFD; }
p { color: rgb(120,90,253); }
H1.HeaderClassName
{
color: #785AFD;
}
.AnyTagClassName
{
color: #785AFD;
}
</style>
background-color css
<style>
a { background-color: #785AFD; }
a { background-color: rgb(120,90,253); }
div.DivClassName
{
background-color: #785AFD;
}
.BgClassName
{
background-color: #785AFD;
}
</style>
border-color css
<style>
span { border-color: #785AFD; }
span { border-color: rgb(120,90,253); }
td.TdClassName
{
border-color: #785AFD;
}
.TagClassName
{
border-color: #785AFD;
}
</style>