Shades of Medium Slate Blue #785AFE
Tints of Medium Slate Blue #785AFE
RGB
CMYK
RGB Variations
Color information
#785AFE (or 0x785AFE) is known color: Medium Slate Blue. HEX triplet: 78, 5A and FE. RGB value is (120,90,254). Sum of RGB (Red+Green+Blue) = 120+90+254=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #785AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785AFE is #87A501. Grayscale: #757575. Windows color (decimal): -8889602 or 16669304. OLE color: 16669304.
HSL color Cylindrical-coordinate representation of color #785AFE: hue angle of 250.98º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #785AFE is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 90 | 254 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.00 |
| HSL | 250.98º | 0.99% | 0.67% | - |
| HSV(B) | 250.98º | 0.65% | 1% | - |
| XYZ | 29.29 | 18.46 | 95.79 | - |
| YUV | 117.67 | 204.94 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 254 | 0.53 | 0.65 | 0 | 0.00 | 250.98 | 0.99 | 0.67 |
| Hex | 78 | 5A | FE | 35 | 41 | 0 | 0 | FB | 63 | 43 |
| Octal | 170 | 132 | 376 | 65 | 101 | 0 | 0 | 373 | 143 | 103 |
| Binary | 1111000 | 1011010 | 11111110 | 110101 | 1000001 | 0 | 0 | 11111011 | 1100011 | 1000011 |
Color Harmonies of #785AFE
Complementary color
Monochromatic Colors of #785AFE
Black with #785AFE
Text Example
Text Example
White with #785AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AFE; }
p { color: rgb(120,90,254); }
H1.HeaderClassName
{
color: #785AFE;
}
.AnyTagClassName
{
color: #785AFE;
}
</style>
background-color css
<style>
a { background-color: #785AFE; }
a { background-color: rgb(120,90,254); }
div.DivClassName
{
background-color: #785AFE;
}
.BgClassName
{
background-color: #785AFE;
}
</style>
border-color css
<style>
span { border-color: #785AFE; }
span { border-color: rgb(120,90,254); }
td.TdClassName
{
border-color: #785AFE;
}
.TagClassName
{
border-color: #785AFE;
}
</style>