Shades of Medium Slate Blue #784AFB
Tints of Medium Slate Blue #784AFB
RGB
CMYK
RGB Variations
Color information
#784AFB (or 0x784AFB) is known color: Medium Slate Blue. HEX triplet: 78, 4A and FB. RGB value is (120,74,251). Sum of RGB (Red+Green+Blue) = 120+74+251=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #784AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AFB is #87B504. Grayscale: #6B6B6B. Windows color (decimal): -8893701 or 16468600. OLE color: 16468600.
HSL color Cylindrical-coordinate representation of color #784AFB: hue angle of 255.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #784AFB is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 74 | 251 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.02 |
| HSL | 255.59º | 0.96% | 0.64% | - |
| HSV(B) | 255.59º | 0.71% | 0.98% | - |
| XYZ | 27.61 | 15.86 | 92.87 | - |
| YUV | 107.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 251 | 0.52 | 0.71 | 0 | 0.02 | 255.59 | 0.96 | 0.64 |
| Hex | 78 | 4A | FB | 34 | 47 | 0 | 2 | 100 | 60 | 40 |
| Octal | 170 | 112 | 373 | 64 | 107 | 0 | 2 | 400 | 140 | 100 |
| Binary | 1111000 | 1001010 | 11111011 | 110100 | 1000111 | 0 | 10 | 100000000 | 1100000 | 1000000 |
Color Harmonies of #784AFB
Complementary color
Monochromatic Colors of #784AFB
Black with #784AFB
Text Example
Text Example
White with #784AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AFB; }
p { color: rgb(120,74,251); }
H1.HeaderClassName
{
color: #784AFB;
}
.AnyTagClassName
{
color: #784AFB;
}
</style>
background-color css
<style>
a { background-color: #784AFB; }
a { background-color: rgb(120,74,251); }
div.DivClassName
{
background-color: #784AFB;
}
.BgClassName
{
background-color: #784AFB;
}
</style>
border-color css
<style>
span { border-color: #784AFB; }
span { border-color: rgb(120,74,251); }
td.TdClassName
{
border-color: #784AFB;
}
.TagClassName
{
border-color: #784AFB;
}
</style>