Shades of Medium Slate Blue #905DF2
Tints of Medium Slate Blue #905DF2
RGB
CMYK
RGB Variations
Color information
#905DF2 (or 0x905DF2) is known color: Medium Slate Blue. HEX triplet: 90, 5D and F2. RGB value is (144,93,242). Sum of RGB (Red+Green+Blue) = 144+93+242=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #905DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905DF2 is #6FA20D. Grayscale: #7C7C7C. Windows color (decimal): -7315982 or 15883664. OLE color: 15883664.
HSL color Cylindrical-coordinate representation of color #905DF2: hue angle of 260.54º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905DF2 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 93 | 242 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.05 |
| HSL | 260.54º | 0.85% | 0.66% | - |
| HSV(B) | 260.54º | 0.62% | 0.95% | - |
| XYZ | 31.44 | 20.17 | 86.24 | - |
| YUV | 125.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 242 | 0.40 | 0.62 | 0 | 0.05 | 260.54 | 0.85 | 0.66 |
| Hex | 90 | 5D | F2 | 28 | 3E | 0 | 5 | 105 | 55 | 42 |
| Octal | 220 | 135 | 362 | 50 | 76 | 0 | 5 | 405 | 125 | 102 |
| Binary | 10010000 | 1011101 | 11110010 | 101000 | 111110 | 0 | 101 | 100000101 | 1010101 | 1000010 |
Color Harmonies of #905DF2
Complementary color
Monochromatic Colors of #905DF2
Black with #905DF2
Text Example
Text Example
White with #905DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DF2; }
p { color: rgb(144,93,242); }
H1.HeaderClassName
{
color: #905DF2;
}
.AnyTagClassName
{
color: #905DF2;
}
</style>
background-color css
<style>
a { background-color: #905DF2; }
a { background-color: rgb(144,93,242); }
div.DivClassName
{
background-color: #905DF2;
}
.BgClassName
{
background-color: #905DF2;
}
</style>
border-color css
<style>
span { border-color: #905DF2; }
span { border-color: rgb(144,93,242); }
td.TdClassName
{
border-color: #905DF2;
}
.TagClassName
{
border-color: #905DF2;
}
</style>