Shades of Light Slate Blue #905FFD
Tints of Light Slate Blue #905FFD
RGB
CMYK
RGB Variations
Color information
#905FFD (or 0x905FFD) is known color: Light Slate Blue. HEX triplet: 90, 5F and FD. RGB value is (144,95,253). Sum of RGB (Red+Green+Blue) = 144+95+253=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #905FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905FFD is #6FA002. Grayscale: #7F7F7F. Windows color (decimal): -7315459 or 16605072. OLE color: 16605072.
HSL color Cylindrical-coordinate representation of color #905FFD: hue angle of 258.61º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905FFD is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 95 | 253 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.01 |
| HSL | 258.61º | 0.98% | 0.68% | - |
| HSV(B) | 258.61º | 0.62% | 0.99% | - |
| XYZ | 33.32 | 21.21 | 95.27 | - |
| YUV | 127.66 | 198.73 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 253 | 0.43 | 0.62 | 0 | 0.01 | 258.61 | 0.98 | 0.68 |
| Hex | 90 | 5F | FD | 2B | 3E | 0 | 1 | 103 | 62 | 44 |
| Octal | 220 | 137 | 375 | 53 | 76 | 0 | 1 | 403 | 142 | 104 |
| Binary | 10010000 | 1011111 | 11111101 | 101011 | 111110 | 0 | 1 | 100000011 | 1100010 | 1000100 |
Color Harmonies of #905FFD
Complementary color
Monochromatic Colors of #905FFD
Black with #905FFD
Text Example
Text Example
White with #905FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FFD; }
p { color: rgb(144,95,253); }
H1.HeaderClassName
{
color: #905FFD;
}
.AnyTagClassName
{
color: #905FFD;
}
</style>
background-color css
<style>
a { background-color: #905FFD; }
a { background-color: rgb(144,95,253); }
div.DivClassName
{
background-color: #905FFD;
}
.BgClassName
{
background-color: #905FFD;
}
</style>
border-color css
<style>
span { border-color: #905FFD; }
span { border-color: rgb(144,95,253); }
td.TdClassName
{
border-color: #905FFD;
}
.TagClassName
{
border-color: #905FFD;
}
</style>