Shades of Light Slate Blue #915AFA
Tints of Light Slate Blue #915AFA
RGB
CMYK
RGB Variations
Color information
#915AFA (or 0x915AFA) is known color: Light Slate Blue. HEX triplet: 91, 5A and FA. RGB value is (145,90,250). Sum of RGB (Red+Green+Blue) = 145+90+250=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #915AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915AFA is #6EA505. Grayscale: #7C7C7C. Windows color (decimal): -7251206 or 16407185. OLE color: 16407185.
HSL color Cylindrical-coordinate representation of color #915AFA: hue angle of 260.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915AFA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 90 | 250 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.02 |
| HSL | 260.63º | 0.94% | 0.67% | - |
| HSV(B) | 260.63º | 0.64% | 0.98% | - |
| XYZ | 32.59 | 20.23 | 92.63 | - |
| YUV | 124.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 250 | 0.42 | 0.64 | 0 | 0.02 | 260.63 | 0.94 | 0.67 |
| Hex | 91 | 5A | FA | 2A | 40 | 0 | 2 | 105 | 5E | 43 |
| Octal | 221 | 132 | 372 | 52 | 100 | 0 | 2 | 405 | 136 | 103 |
| Binary | 10010001 | 1011010 | 11111010 | 101010 | 1000000 | 0 | 10 | 100000101 | 1011110 | 1000011 |
Color Harmonies of #915AFA
Complementary color
Monochromatic Colors of #915AFA
Black with #915AFA
Text Example
Text Example
White with #915AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AFA; }
p { color: rgb(145,90,250); }
H1.HeaderClassName
{
color: #915AFA;
}
.AnyTagClassName
{
color: #915AFA;
}
</style>
background-color css
<style>
a { background-color: #915AFA; }
a { background-color: rgb(145,90,250); }
div.DivClassName
{
background-color: #915AFA;
}
.BgClassName
{
background-color: #915AFA;
}
</style>
border-color css
<style>
span { border-color: #915AFA; }
span { border-color: rgb(145,90,250); }
td.TdClassName
{
border-color: #915AFA;
}
.TagClassName
{
border-color: #915AFA;
}
</style>