Shades of Light Slate Blue #905DFC
Tints of Light Slate Blue #905DFC
RGB
CMYK
RGB Variations
Color information
#905DFC (or 0x905DFC) is known color: Light Slate Blue. HEX triplet: 90, 5D and FC. RGB value is (144,93,252). Sum of RGB (Red+Green+Blue) = 144+93+252=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #905DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905DFC is #6FA203. Grayscale: #7D7D7D. Windows color (decimal): -7315972 or 16539024. OLE color: 16539024.
HSL color Cylindrical-coordinate representation of color #905DFC: hue angle of 259.25º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #905DFC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 93 | 252 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.01 |
| HSL | 259.25º | 0.96% | 0.68% | - |
| HSV(B) | 259.25º | 0.63% | 0.99% | - |
| XYZ | 32.99 | 20.79 | 94.37 | - |
| YUV | 126.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 252 | 0.43 | 0.63 | 0 | 0.01 | 259.25 | 0.96 | 0.68 |
| Hex | 90 | 5D | FC | 2B | 3F | 0 | 1 | 103 | 60 | 44 |
| Octal | 220 | 135 | 374 | 53 | 77 | 0 | 1 | 403 | 140 | 104 |
| Binary | 10010000 | 1011101 | 11111100 | 101011 | 111111 | 0 | 1 | 100000011 | 1100000 | 1000100 |
Color Harmonies of #905DFC
Complementary color
Monochromatic Colors of #905DFC
Black with #905DFC
Text Example
Text Example
White with #905DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DFC; }
p { color: rgb(144,93,252); }
H1.HeaderClassName
{
color: #905DFC;
}
.AnyTagClassName
{
color: #905DFC;
}
</style>
background-color css
<style>
a { background-color: #905DFC; }
a { background-color: rgb(144,93,252); }
div.DivClassName
{
background-color: #905DFC;
}
.BgClassName
{
background-color: #905DFC;
}
</style>
border-color css
<style>
span { border-color: #905DFC; }
span { border-color: rgb(144,93,252); }
td.TdClassName
{
border-color: #905DFC;
}
.TagClassName
{
border-color: #905DFC;
}
</style>