Shades of Light Slate Blue #915FF8
Tints of Light Slate Blue #915FF8
RGB
CMYK
RGB Variations
Color information
#915FF8 (or 0x915FF8) is known color: Light Slate Blue. HEX triplet: 91, 5F and F8. RGB value is (145,95,248). Sum of RGB (Red+Green+Blue) = 145+95+248=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #915FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FF8 is #6EA007. Grayscale: #7E7E7E. Windows color (decimal): -7249928 or 16277393. OLE color: 16277393.
HSL color Cylindrical-coordinate representation of color #915FF8: hue angle of 259.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915FF8 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 95 | 248 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.03 |
| HSL | 259.61º | 0.92% | 0.67% | - |
| HSV(B) | 259.61º | 0.62% | 0.97% | - |
| XYZ | 32.71 | 20.98 | 91.13 | - |
| YUV | 127.39 | 196.07 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 248 | 0.42 | 0.62 | 0 | 0.03 | 259.61 | 0.92 | 0.67 |
| Hex | 91 | 5F | F8 | 2A | 3E | 0 | 3 | 104 | 5C | 43 |
| Octal | 221 | 137 | 370 | 52 | 76 | 0 | 3 | 404 | 134 | 103 |
| Binary | 10010001 | 1011111 | 11111000 | 101010 | 111110 | 0 | 11 | 100000100 | 1011100 | 1000011 |
Color Harmonies of #915FF8
Complementary color
Monochromatic Colors of #915FF8
Black with #915FF8
Text Example
Text Example
White with #915FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FF8; }
p { color: rgb(145,95,248); }
H1.HeaderClassName
{
color: #915FF8;
}
.AnyTagClassName
{
color: #915FF8;
}
</style>
background-color css
<style>
a { background-color: #915FF8; }
a { background-color: rgb(145,95,248); }
div.DivClassName
{
background-color: #915FF8;
}
.BgClassName
{
background-color: #915FF8;
}
</style>
border-color css
<style>
span { border-color: #915FF8; }
span { border-color: rgb(145,95,248); }
td.TdClassName
{
border-color: #915FF8;
}
.TagClassName
{
border-color: #915FF8;
}
</style>