Shades of Light Slate Blue #915FF7
Tints of Light Slate Blue #915FF7
RGB
CMYK
RGB Variations
Color information
#915FF7 (or 0x915FF7) is known color: Light Slate Blue. HEX triplet: 91, 5F and F7. RGB value is (145,95,247). Sum of RGB (Red+Green+Blue) = 145+95+247=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #915FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FF7 is #6EA008. Grayscale: #7E7E7E. Windows color (decimal): -7249929 or 16211857. OLE color: 16211857.
HSL color Cylindrical-coordinate representation of color #915FF7: hue angle of 259.74º degrees, saturation: 0.9, 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 #915FF7 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 95 | 247 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.03 |
| HSL | 259.74º | 0.9% | 0.67% | - |
| HSV(B) | 259.74º | 0.62% | 0.97% | - |
| XYZ | 32.56 | 20.92 | 90.32 | - |
| YUV | 127.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 247 | 0.41 | 0.62 | 0 | 0.03 | 259.74 | 0.9 | 0.67 |
| Hex | 91 | 5F | F7 | 29 | 3E | 0 | 3 | 104 | 5A | 43 |
| Octal | 221 | 137 | 367 | 51 | 76 | 0 | 3 | 404 | 132 | 103 |
| Binary | 10010001 | 1011111 | 11110111 | 101001 | 111110 | 0 | 11 | 100000100 | 1011010 | 1000011 |
Color Harmonies of #915FF7
Complementary color
Monochromatic Colors of #915FF7
Black with #915FF7
Text Example
Text Example
White with #915FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FF7; }
p { color: rgb(145,95,247); }
H1.HeaderClassName
{
color: #915FF7;
}
.AnyTagClassName
{
color: #915FF7;
}
</style>
background-color css
<style>
a { background-color: #915FF7; }
a { background-color: rgb(145,95,247); }
div.DivClassName
{
background-color: #915FF7;
}
.BgClassName
{
background-color: #915FF7;
}
</style>
border-color css
<style>
span { border-color: #915FF7; }
span { border-color: rgb(145,95,247); }
td.TdClassName
{
border-color: #915FF7;
}
.TagClassName
{
border-color: #915FF7;
}
</style>