Shades of Light Slate Blue #915FF5
Tints of Light Slate Blue #915FF5
RGB
CMYK
RGB Variations
Color information
#915FF5 (or 0x915FF5) is known color: Light Slate Blue. HEX triplet: 91, 5F and F5. RGB value is (145,95,245). Sum of RGB (Red+Green+Blue) = 145+95+245=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #915FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FF5 is #6EA00A. Grayscale: #7E7E7E. Windows color (decimal): -7249931 or 16080785. OLE color: 16080785.
HSL color Cylindrical-coordinate representation of color #915FF5: hue angle of 260º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915FF5 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 95 | 245 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.04 |
| HSL | 260º | 0.88% | 0.67% | - |
| HSV(B) | 260º | 0.61% | 0.96% | - |
| XYZ | 32.25 | 20.8 | 88.7 | - |
| YUV | 127.05 | 194.57 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 245 | 0.41 | 0.61 | 0 | 0.04 | 260 | 0.88 | 0.67 |
| Hex | 91 | 5F | F5 | 29 | 3D | 0 | 4 | 104 | 58 | 43 |
| Octal | 221 | 137 | 365 | 51 | 75 | 0 | 4 | 404 | 130 | 103 |
| Binary | 10010001 | 1011111 | 11110101 | 101001 | 111101 | 0 | 100 | 100000100 | 1011000 | 1000011 |
Color Harmonies of #915FF5
Complementary color
Monochromatic Colors of #915FF5
Black with #915FF5
Text Example
Text Example
White with #915FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FF5; }
p { color: rgb(145,95,245); }
H1.HeaderClassName
{
color: #915FF5;
}
.AnyTagClassName
{
color: #915FF5;
}
</style>
background-color css
<style>
a { background-color: #915FF5; }
a { background-color: rgb(145,95,245); }
div.DivClassName
{
background-color: #915FF5;
}
.BgClassName
{
background-color: #915FF5;
}
</style>
border-color css
<style>
span { border-color: #915FF5; }
span { border-color: rgb(145,95,245); }
td.TdClassName
{
border-color: #915FF5;
}
.TagClassName
{
border-color: #915FF5;
}
</style>