Shades of Medium Slate Blue #8849FD
Tints of Medium Slate Blue #8849FD
RGB
CMYK
RGB Variations
Color information
#8849FD (or 0x8849FD) is known color: Medium Slate Blue. HEX triplet: 88, 49 and FD. RGB value is (136,73,253). Sum of RGB (Red+Green+Blue) = 136+73+253=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #8849FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8849FD is #77B602. Grayscale: #6F6F6F. Windows color (decimal): -7845379 or 16599432. OLE color: 16599432.
HSL color Cylindrical-coordinate representation of color #8849FD: hue angle of 261º 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 #8849FD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 73 | 253 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.01 |
| HSL | 261º | 0.98% | 0.64% | - |
| HSV(B) | 261º | 0.71% | 0.99% | - |
| XYZ | 30.27 | 17.09 | 94.63 | - |
| YUV | 112.36 | 207.37 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 253 | 0.46 | 0.71 | 0 | 0.01 | 261 | 0.98 | 0.64 |
| Hex | 88 | 49 | FD | 2E | 47 | 0 | 1 | 105 | 62 | 40 |
| Octal | 210 | 111 | 375 | 56 | 107 | 0 | 1 | 405 | 142 | 100 |
| Binary | 10001000 | 1001001 | 11111101 | 101110 | 1000111 | 0 | 1 | 100000101 | 1100010 | 1000000 |
Color Harmonies of #8849FD
Complementary color
Monochromatic Colors of #8849FD
Black with #8849FD
Text Example
Text Example
White with #8849FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8849FD; }
p { color: rgb(136,73,253); }
H1.HeaderClassName
{
color: #8849FD;
}
.AnyTagClassName
{
color: #8849FD;
}
</style>
background-color css
<style>
a { background-color: #8849FD; }
a { background-color: rgb(136,73,253); }
div.DivClassName
{
background-color: #8849FD;
}
.BgClassName
{
background-color: #8849FD;
}
</style>
border-color css
<style>
span { border-color: #8849FD; }
span { border-color: rgb(136,73,253); }
td.TdClassName
{
border-color: #8849FD;
}
.TagClassName
{
border-color: #8849FD;
}
</style>