Shades of Light Slate Blue #905FFF
Tints of Light Slate Blue #905FFF
RGB
CMYK
RGB Variations
Color information
#905FFF (or 0x905FFF) is known color: Light Slate Blue. HEX triplet: 90, 5F and FF. RGB value is (144,95,255). Sum of RGB (Red+Green+Blue) = 144+95+255=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #905FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905FFF is #6FA000. Grayscale: #7F7F7F. Windows color (decimal): -7315457 or 16736144. OLE color: 16736144.
HSL color Cylindrical-coordinate representation of color #905FFF: hue angle of 258.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #905FFF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 95 | 255 | - |
| CMYK | 0.44 | 0.63 | 0 | 0 |
| HSL | 258.38º | 1% | 0.69% | - |
| HSV(B) | 258.38º | 0.63% | 1% | - |
| XYZ | 33.64 | 21.33 | 96.95 | - |
| YUV | 127.89 | 199.73 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 255 | 0.44 | 0.63 | 0 | 0 | 258.38 | 1 | 0.69 |
| Hex | 90 | 5F | FF | 2C | 3F | 0 | 0 | 102 | 64 | 45 |
| Octal | 220 | 137 | 377 | 54 | 77 | 0 | 0 | 402 | 144 | 105 |
| Binary | 10010000 | 1011111 | 11111111 | 101100 | 111111 | 0 | 0 | 100000010 | 1100100 | 1000101 |
Color Harmonies of #905FFF
Complementary color
Monochromatic Colors of #905FFF
Black with #905FFF
Text Example
Text Example
White with #905FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FFF; }
p { color: rgb(144,95,255); }
H1.HeaderClassName
{
color: #905FFF;
}
.AnyTagClassName
{
color: #905FFF;
}
</style>
background-color css
<style>
a { background-color: #905FFF; }
a { background-color: rgb(144,95,255); }
div.DivClassName
{
background-color: #905FFF;
}
.BgClassName
{
background-color: #905FFF;
}
</style>
border-color css
<style>
span { border-color: #905FFF; }
span { border-color: rgb(144,95,255); }
td.TdClassName
{
border-color: #905FFF;
}
.TagClassName
{
border-color: #905FFF;
}
</style>