Shades of Medium Slate Blue #884AFD
Tints of Medium Slate Blue #884AFD
RGB
CMYK
RGB Variations
Color information
#884AFD (or 0x884AFD) is known color: Medium Slate Blue. HEX triplet: 88, 4A and FD. RGB value is (136,74,253). Sum of RGB (Red+Green+Blue) = 136+74+253=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 74 (29.30% from 255 or 15.98% 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 #884AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AFD is #77B502. Grayscale: #707070. Windows color (decimal): -7845123 or 16599688. OLE color: 16599688.
HSL color Cylindrical-coordinate representation of color #884AFD: hue angle of 260.78º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #884AFD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 74 | 253 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.01 |
| HSL | 260.78º | 0.98% | 0.64% | - |
| HSV(B) | 260.78º | 0.71% | 0.99% | - |
| XYZ | 30.33 | 17.22 | 94.65 | - |
| YUV | 112.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 253 | 0.46 | 0.71 | 0 | 0.01 | 260.78 | 0.98 | 0.64 |
| Hex | 88 | 4A | FD | 2E | 47 | 0 | 1 | 105 | 62 | 40 |
| Octal | 210 | 112 | 375 | 56 | 107 | 0 | 1 | 405 | 142 | 100 |
| Binary | 10001000 | 1001010 | 11111101 | 101110 | 1000111 | 0 | 1 | 100000101 | 1100010 | 1000000 |
Color Harmonies of #884AFD
Complementary color
Monochromatic Colors of #884AFD
Black with #884AFD
Text Example
Text Example
White with #884AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AFD; }
p { color: rgb(136,74,253); }
H1.HeaderClassName
{
color: #884AFD;
}
.AnyTagClassName
{
color: #884AFD;
}
</style>
background-color css
<style>
a { background-color: #884AFD; }
a { background-color: rgb(136,74,253); }
div.DivClassName
{
background-color: #884AFD;
}
.BgClassName
{
background-color: #884AFD;
}
</style>
border-color css
<style>
span { border-color: #884AFD; }
span { border-color: rgb(136,74,253); }
td.TdClassName
{
border-color: #884AFD;
}
.TagClassName
{
border-color: #884AFD;
}
</style>