Shades of Light Slate Blue #905CFF
Tints of Light Slate Blue #905CFF
RGB
CMYK
RGB Variations
Color information
#905CFF (or 0x905CFF) is known color: Light Slate Blue. HEX triplet: 90, 5C and FF. RGB value is (144,92,255). Sum of RGB (Red+Green+Blue) = 144+92+255=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #905CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905CFF is #6FA300. Grayscale: #7D7D7D. Windows color (decimal): -7316225 or 16735376. OLE color: 16735376.
HSL color Cylindrical-coordinate representation of color #905CFF: hue angle of 259.14º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #905CFF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 92 | 255 | - |
| CMYK | 0.44 | 0.64 | 0 | 0 |
| HSL | 259.14º | 1% | 0.68% | - |
| HSV(B) | 259.14º | 0.64% | 1% | - |
| XYZ | 33.38 | 20.8 | 96.86 | - |
| YUV | 126.13 | 200.73 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 255 | 0.44 | 0.64 | 0 | 0 | 259.14 | 1 | 0.68 |
| Hex | 90 | 5C | FF | 2C | 40 | 0 | 0 | 103 | 64 | 44 |
| Octal | 220 | 134 | 377 | 54 | 100 | 0 | 0 | 403 | 144 | 104 |
| Binary | 10010000 | 1011100 | 11111111 | 101100 | 1000000 | 0 | 0 | 100000011 | 1100100 | 1000100 |
Color Harmonies of #905CFF
Complementary color
Monochromatic Colors of #905CFF
Black with #905CFF
Text Example
Text Example
White with #905CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CFF; }
p { color: rgb(144,92,255); }
H1.HeaderClassName
{
color: #905CFF;
}
.AnyTagClassName
{
color: #905CFF;
}
</style>
background-color css
<style>
a { background-color: #905CFF; }
a { background-color: rgb(144,92,255); }
div.DivClassName
{
background-color: #905CFF;
}
.BgClassName
{
background-color: #905CFF;
}
</style>
border-color css
<style>
span { border-color: #905CFF; }
span { border-color: rgb(144,92,255); }
td.TdClassName
{
border-color: #905CFF;
}
.TagClassName
{
border-color: #905CFF;
}
</style>