Shades of Light Slate Blue #905CFD
Tints of Light Slate Blue #905CFD
RGB
CMYK
RGB Variations
Color information
#905CFD (or 0x905CFD) is known color: Light Slate Blue. HEX triplet: 90, 5C and FD. RGB value is (144,92,253). Sum of RGB (Red+Green+Blue) = 144+92+253=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #905CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905CFD is #6FA302. Grayscale: #7D7D7D. Windows color (decimal): -7316227 or 16604304. OLE color: 16604304.
HSL color Cylindrical-coordinate representation of color #905CFD: hue angle of 259.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #905CFD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 92 | 253 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.01 |
| HSL | 259.38º | 0.98% | 0.68% | - |
| HSV(B) | 259.38º | 0.64% | 0.99% | - |
| XYZ | 33.06 | 20.68 | 95.18 | - |
| YUV | 125.9 | 199.73 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 253 | 0.43 | 0.64 | 0 | 0.01 | 259.38 | 0.98 | 0.68 |
| Hex | 90 | 5C | FD | 2B | 40 | 0 | 1 | 103 | 62 | 44 |
| Octal | 220 | 134 | 375 | 53 | 100 | 0 | 1 | 403 | 142 | 104 |
| Binary | 10010000 | 1011100 | 11111101 | 101011 | 1000000 | 0 | 1 | 100000011 | 1100010 | 1000100 |
Color Harmonies of #905CFD
Complementary color
Monochromatic Colors of #905CFD
Black with #905CFD
Text Example
Text Example
White with #905CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CFD; }
p { color: rgb(144,92,253); }
H1.HeaderClassName
{
color: #905CFD;
}
.AnyTagClassName
{
color: #905CFD;
}
</style>
background-color css
<style>
a { background-color: #905CFD; }
a { background-color: rgb(144,92,253); }
div.DivClassName
{
background-color: #905CFD;
}
.BgClassName
{
background-color: #905CFD;
}
</style>
border-color css
<style>
span { border-color: #905CFD; }
span { border-color: rgb(144,92,253); }
td.TdClassName
{
border-color: #905CFD;
}
.TagClassName
{
border-color: #905CFD;
}
</style>