Shades of Light Slate Blue #915BFD
Tints of Light Slate Blue #915BFD
RGB
CMYK
RGB Variations
Color information
#915BFD (or 0x915BFD) is known color: Light Slate Blue. HEX triplet: 91, 5B and FD. RGB value is (145,91,253). Sum of RGB (Red+Green+Blue) = 145+91+253=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #915BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BFD is #6EA402. Grayscale: #7D7D7D. Windows color (decimal): -7250947 or 16604049. OLE color: 16604049.
HSL color Cylindrical-coordinate representation of color #915BFD: hue angle of 260º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915BFD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 91 | 253 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.01 |
| HSL | 260º | 0.98% | 0.67% | - |
| HSV(B) | 260º | 0.64% | 0.99% | - |
| XYZ | 33.15 | 20.59 | 95.16 | - |
| YUV | 125.61 | 199.89 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 253 | 0.43 | 0.64 | 0 | 0.01 | 260 | 0.98 | 0.67 |
| Hex | 91 | 5B | FD | 2B | 40 | 0 | 1 | 104 | 62 | 43 |
| Octal | 221 | 133 | 375 | 53 | 100 | 0 | 1 | 404 | 142 | 103 |
| Binary | 10010001 | 1011011 | 11111101 | 101011 | 1000000 | 0 | 1 | 100000100 | 1100010 | 1000011 |
Color Harmonies of #915BFD
Complementary color
Monochromatic Colors of #915BFD
Black with #915BFD
Text Example
Text Example
White with #915BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BFD; }
p { color: rgb(145,91,253); }
H1.HeaderClassName
{
color: #915BFD;
}
.AnyTagClassName
{
color: #915BFD;
}
</style>
background-color css
<style>
a { background-color: #915BFD; }
a { background-color: rgb(145,91,253); }
div.DivClassName
{
background-color: #915BFD;
}
.BgClassName
{
background-color: #915BFD;
}
</style>
border-color css
<style>
span { border-color: #915BFD; }
span { border-color: rgb(145,91,253); }
td.TdClassName
{
border-color: #915BFD;
}
.TagClassName
{
border-color: #915BFD;
}
</style>