Shades of Light Slate Blue #905FFA
Tints of Light Slate Blue #905FFA
RGB
CMYK
RGB Variations
Color information
#905FFA (or 0x905FFA) is known color: Light Slate Blue. HEX triplet: 90, 5F and FA. RGB value is (144,95,250). Sum of RGB (Red+Green+Blue) = 144+95+250=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #905FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905FFA is #6FA005. Grayscale: #7E7E7E. Windows color (decimal): -7315462 or 16408464. OLE color: 16408464.
HSL color Cylindrical-coordinate representation of color #905FFA: hue angle of 258.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905FFA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 95 | 250 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.02 |
| HSL | 258.97º | 0.94% | 0.68% | - |
| HSV(B) | 258.97º | 0.62% | 0.98% | - |
| XYZ | 32.85 | 21.02 | 92.77 | - |
| YUV | 127.32 | 197.23 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 250 | 0.42 | 0.62 | 0 | 0.02 | 258.97 | 0.94 | 0.68 |
| Hex | 90 | 5F | FA | 2A | 3E | 0 | 2 | 103 | 5E | 44 |
| Octal | 220 | 137 | 372 | 52 | 76 | 0 | 2 | 403 | 136 | 104 |
| Binary | 10010000 | 1011111 | 11111010 | 101010 | 111110 | 0 | 10 | 100000011 | 1011110 | 1000100 |
Color Harmonies of #905FFA
Complementary color
Monochromatic Colors of #905FFA
Black with #905FFA
Text Example
Text Example
White with #905FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FFA; }
p { color: rgb(144,95,250); }
H1.HeaderClassName
{
color: #905FFA;
}
.AnyTagClassName
{
color: #905FFA;
}
</style>
background-color css
<style>
a { background-color: #905FFA; }
a { background-color: rgb(144,95,250); }
div.DivClassName
{
background-color: #905FFA;
}
.BgClassName
{
background-color: #905FFA;
}
</style>
border-color css
<style>
span { border-color: #905FFA; }
span { border-color: rgb(144,95,250); }
td.TdClassName
{
border-color: #905FFA;
}
.TagClassName
{
border-color: #905FFA;
}
</style>