Shades of Light Slate Blue #915FFF
Tints of Light Slate Blue #915FFF
RGB
CMYK
RGB Variations
Color information
#915FFF (or 0x915FFF) is known color: Light Slate Blue. HEX triplet: 91, 5F and FF. RGB value is (145,95,255). Sum of RGB (Red+Green+Blue) = 145+95+255=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #915FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FFF is #6EA000. Grayscale: #7F7F7F. Windows color (decimal): -7249921 or 16736145. OLE color: 16736145.
HSL color Cylindrical-coordinate representation of color #915FFF: hue angle of 258.75º 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 #915FFF is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 95 | 255 | - |
| CMYK | 0.43 | 0.63 | 0 | 0 |
| HSL | 258.75º | 1% | 0.69% | - |
| HSV(B) | 258.75º | 0.63% | 1% | - |
| XYZ | 33.82 | 21.42 | 96.96 | - |
| YUV | 128.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 255 | 0.43 | 0.63 | 0 | 0 | 258.75 | 1 | 0.69 |
| Hex | 91 | 5F | FF | 2B | 3F | 0 | 0 | 103 | 64 | 45 |
| Octal | 221 | 137 | 377 | 53 | 77 | 0 | 0 | 403 | 144 | 105 |
| Binary | 10010001 | 1011111 | 11111111 | 101011 | 111111 | 0 | 0 | 100000011 | 1100100 | 1000101 |
Color Harmonies of #915FFF
Complementary color
Monochromatic Colors of #915FFF
Black with #915FFF
Text Example
Text Example
White with #915FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FFF; }
p { color: rgb(145,95,255); }
H1.HeaderClassName
{
color: #915FFF;
}
.AnyTagClassName
{
color: #915FFF;
}
</style>
background-color css
<style>
a { background-color: #915FFF; }
a { background-color: rgb(145,95,255); }
div.DivClassName
{
background-color: #915FFF;
}
.BgClassName
{
background-color: #915FFF;
}
</style>
border-color css
<style>
span { border-color: #915FFF; }
span { border-color: rgb(145,95,255); }
td.TdClassName
{
border-color: #915FFF;
}
.TagClassName
{
border-color: #915FFF;
}
</style>