Shades of Medium Slate Blue #914FFB
Tints of Medium Slate Blue #914FFB
RGB
CMYK
RGB Variations
Color information
#914FFB (or 0x914FFB) is known color: Medium Slate Blue. HEX triplet: 91, 4F and FB. RGB value is (145,79,251). Sum of RGB (Red+Green+Blue) = 145+79+251=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #914FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FFB is #6EB004. Grayscale: #757575. Windows color (decimal): -7254021 or 16469905. OLE color: 16469905.
HSL color Cylindrical-coordinate representation of color #914FFB: hue angle of 263.02º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #914FFB is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 79 | 251 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.02 |
| HSL | 263.02º | 0.96% | 0.65% | - |
| HSV(B) | 263.02º | 0.69% | 0.98% | - |
| XYZ | 31.89 | 18.58 | 93.17 | - |
| YUV | 118.34 | 202.87 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 251 | 0.42 | 0.69 | 0 | 0.02 | 263.02 | 0.96 | 0.65 |
| Hex | 91 | 4F | FB | 2A | 45 | 0 | 2 | 107 | 60 | 41 |
| Octal | 221 | 117 | 373 | 52 | 105 | 0 | 2 | 407 | 140 | 101 |
| Binary | 10010001 | 1001111 | 11111011 | 101010 | 1000101 | 0 | 10 | 100000111 | 1100000 | 1000001 |
Color Harmonies of #914FFB
Complementary color
Monochromatic Colors of #914FFB
Black with #914FFB
Text Example
Text Example
White with #914FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FFB; }
p { color: rgb(145,79,251); }
H1.HeaderClassName
{
color: #914FFB;
}
.AnyTagClassName
{
color: #914FFB;
}
</style>
background-color css
<style>
a { background-color: #914FFB; }
a { background-color: rgb(145,79,251); }
div.DivClassName
{
background-color: #914FFB;
}
.BgClassName
{
background-color: #914FFB;
}
</style>
border-color css
<style>
span { border-color: #914FFB; }
span { border-color: rgb(145,79,251); }
td.TdClassName
{
border-color: #914FFB;
}
.TagClassName
{
border-color: #914FFB;
}
</style>