Shades of Medium Slate Blue #905CF2
Tints of Medium Slate Blue #905CF2
RGB
CMYK
RGB Variations
Color information
#905CF2 (or 0x905CF2) is known color: Medium Slate Blue. HEX triplet: 90, 5C and F2. RGB value is (144,92,242). Sum of RGB (Red+Green+Blue) = 144+92+242=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #905CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905CF2 is #6FA30D. Grayscale: #7C7C7C. Windows color (decimal): -7316238 or 15883408. OLE color: 15883408.
HSL color Cylindrical-coordinate representation of color #905CF2: hue angle of 260.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905CF2 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 92 | 242 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.05 |
| HSL | 260.8º | 0.85% | 0.65% | - |
| HSV(B) | 260.8º | 0.62% | 0.95% | - |
| XYZ | 31.36 | 19.99 | 86.21 | - |
| YUV | 124.65 | 194.23 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 242 | 0.40 | 0.62 | 0 | 0.05 | 260.8 | 0.85 | 0.65 |
| Hex | 90 | 5C | F2 | 28 | 3E | 0 | 5 | 105 | 55 | 41 |
| Octal | 220 | 134 | 362 | 50 | 76 | 0 | 5 | 405 | 125 | 101 |
| Binary | 10010000 | 1011100 | 11110010 | 101000 | 111110 | 0 | 101 | 100000101 | 1010101 | 1000001 |
Color Harmonies of #905CF2
Complementary color
Monochromatic Colors of #905CF2
Black with #905CF2
Text Example
Text Example
White with #905CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CF2; }
p { color: rgb(144,92,242); }
H1.HeaderClassName
{
color: #905CF2;
}
.AnyTagClassName
{
color: #905CF2;
}
</style>
background-color css
<style>
a { background-color: #905CF2; }
a { background-color: rgb(144,92,242); }
div.DivClassName
{
background-color: #905CF2;
}
.BgClassName
{
background-color: #905CF2;
}
</style>
border-color css
<style>
span { border-color: #905CF2; }
span { border-color: rgb(144,92,242); }
td.TdClassName
{
border-color: #905CF2;
}
.TagClassName
{
border-color: #905CF2;
}
</style>