Shades of Medium Slate Blue #784AFE
Tints of Medium Slate Blue #784AFE
RGB
CMYK
RGB Variations
Color information
#784AFE (or 0x784AFE) is known color: Medium Slate Blue. HEX triplet: 78, 4A and FE. RGB value is (120,74,254). Sum of RGB (Red+Green+Blue) = 120+74+254=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #784AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AFE is #87B501. Grayscale: #6B6B6B. Windows color (decimal): -8893698 or 16665208. OLE color: 16665208.
HSL color Cylindrical-coordinate representation of color #784AFE: hue angle of 255.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #784AFE is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 74 | 254 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.00 |
| HSL | 255.33º | 0.99% | 0.64% | - |
| HSV(B) | 255.33º | 0.71% | 1% | - |
| XYZ | 28.08 | 16.05 | 95.38 | - |
| YUV | 108.27 | 210.24 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 254 | 0.53 | 0.71 | 0 | 0.00 | 255.33 | 0.99 | 0.64 |
| Hex | 78 | 4A | FE | 35 | 47 | 0 | 0 | FF | 63 | 40 |
| Octal | 170 | 112 | 376 | 65 | 107 | 0 | 0 | 377 | 143 | 100 |
| Binary | 1111000 | 1001010 | 11111110 | 110101 | 1000111 | 0 | 0 | 11111111 | 1100011 | 1000000 |
Color Harmonies of #784AFE
Complementary color
Monochromatic Colors of #784AFE
Black with #784AFE
Text Example
Text Example
White with #784AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AFE; }
p { color: rgb(120,74,254); }
H1.HeaderClassName
{
color: #784AFE;
}
.AnyTagClassName
{
color: #784AFE;
}
</style>
background-color css
<style>
a { background-color: #784AFE; }
a { background-color: rgb(120,74,254); }
div.DivClassName
{
background-color: #784AFE;
}
.BgClassName
{
background-color: #784AFE;
}
</style>
border-color css
<style>
span { border-color: #784AFE; }
span { border-color: rgb(120,74,254); }
td.TdClassName
{
border-color: #784AFE;
}
.TagClassName
{
border-color: #784AFE;
}
</style>