Shades of Medium Slate Blue #914DF8
Tints of Medium Slate Blue #914DF8
RGB
CMYK
RGB Variations
Color information
#914DF8 (or 0x914DF8) is known color: Medium Slate Blue. HEX triplet: 91, 4D and F8. RGB value is (145,77,248). Sum of RGB (Red+Green+Blue) = 145+77+248=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #914DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914DF8 is #6EB207. Grayscale: #747474. Windows color (decimal): -7254536 or 16272785. OLE color: 16272785.
HSL color Cylindrical-coordinate representation of color #914DF8: hue angle of 263.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #914DF8 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 77 | 248 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.03 |
| HSL | 263.86º | 0.92% | 0.64% | - |
| HSV(B) | 263.86º | 0.69% | 0.97% | - |
| XYZ | 31.27 | 18.1 | 90.65 | - |
| YUV | 116.83 | 202.03 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 248 | 0.42 | 0.69 | 0 | 0.03 | 263.86 | 0.92 | 0.64 |
| Hex | 91 | 4D | F8 | 2A | 45 | 0 | 3 | 108 | 5C | 40 |
| Octal | 221 | 115 | 370 | 52 | 105 | 0 | 3 | 410 | 134 | 100 |
| Binary | 10010001 | 1001101 | 11111000 | 101010 | 1000101 | 0 | 11 | 100001000 | 1011100 | 1000000 |
Color Harmonies of #914DF8
Complementary color
Monochromatic Colors of #914DF8
Black with #914DF8
Text Example
Text Example
White with #914DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DF8; }
p { color: rgb(145,77,248); }
H1.HeaderClassName
{
color: #914DF8;
}
.AnyTagClassName
{
color: #914DF8;
}
</style>
background-color css
<style>
a { background-color: #914DF8; }
a { background-color: rgb(145,77,248); }
div.DivClassName
{
background-color: #914DF8;
}
.BgClassName
{
background-color: #914DF8;
}
</style>
border-color css
<style>
span { border-color: #914DF8; }
span { border-color: rgb(145,77,248); }
td.TdClassName
{
border-color: #914DF8;
}
.TagClassName
{
border-color: #914DF8;
}
</style>