Shades of Medium Slate Blue #934FF8
Tints of Medium Slate Blue #934FF8
RGB
CMYK
RGB Variations
Color information
#934FF8 (or 0x934FF8) is known color: Medium Slate Blue. HEX triplet: 93, 4F and F8. RGB value is (147,79,248). Sum of RGB (Red+Green+Blue) = 147+79+248=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #934FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FF8 is #6CB007. Grayscale: #757575. Windows color (decimal): -7122952 or 16273299. OLE color: 16273299.
HSL color Cylindrical-coordinate representation of color #934FF8: hue angle of 264.14º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #934FF8 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 79 | 248 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.03 |
| HSL | 264.14º | 0.92% | 0.64% | - |
| HSV(B) | 264.14º | 0.68% | 0.97% | - |
| XYZ | 31.77 | 18.57 | 90.72 | - |
| YUV | 118.6 | 201.03 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 248 | 0.41 | 0.68 | 0 | 0.03 | 264.14 | 0.92 | 0.64 |
| Hex | 93 | 4F | F8 | 29 | 44 | 0 | 3 | 108 | 5C | 40 |
| Octal | 223 | 117 | 370 | 51 | 104 | 0 | 3 | 410 | 134 | 100 |
| Binary | 10010011 | 1001111 | 11111000 | 101001 | 1000100 | 0 | 11 | 100001000 | 1011100 | 1000000 |
Color Harmonies of #934FF8
Complementary color
Monochromatic Colors of #934FF8
Black with #934FF8
Text Example
Text Example
White with #934FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FF8; }
p { color: rgb(147,79,248); }
H1.HeaderClassName
{
color: #934FF8;
}
.AnyTagClassName
{
color: #934FF8;
}
</style>
background-color css
<style>
a { background-color: #934FF8; }
a { background-color: rgb(147,79,248); }
div.DivClassName
{
background-color: #934FF8;
}
.BgClassName
{
background-color: #934FF8;
}
</style>
border-color css
<style>
span { border-color: #934FF8; }
span { border-color: rgb(147,79,248); }
td.TdClassName
{
border-color: #934FF8;
}
.TagClassName
{
border-color: #934FF8;
}
</style>