Shades of Light Slate Blue #917DF1
Tints of Light Slate Blue #917DF1
RGB
CMYK
RGB Variations
Color information
#917DF1 (or 0x917DF1) is known color: Light Slate Blue. HEX triplet: 91, 7D and F1. RGB value is (145,125,241). Sum of RGB (Red+Green+Blue) = 145+125+241=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #917DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DF1 is #6E820E. Grayscale: #8F8F8F. Windows color (decimal): -7242255 or 15826321. OLE color: 15826321.
HSL color Cylindrical-coordinate representation of color #917DF1: hue angle of 250.34º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917DF1 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 125 | 241 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.05 |
| HSL | 250.34º | 0.81% | 0.72% | - |
| HSV(B) | 250.34º | 0.48% | 0.95% | - |
| XYZ | 34.89 | 27.04 | 86.6 | - |
| YUV | 144.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 241 | 0.40 | 0.48 | 0 | 0.05 | 250.34 | 0.81 | 0.72 |
| Hex | 91 | 7D | F1 | 28 | 30 | 0 | 5 | FA | 51 | 48 |
| Octal | 221 | 175 | 361 | 50 | 60 | 0 | 5 | 372 | 121 | 110 |
| Binary | 10010001 | 1111101 | 11110001 | 101000 | 110000 | 0 | 101 | 11111010 | 1010001 | 1001000 |
Color Harmonies of #917DF1
Complementary color
Monochromatic Colors of #917DF1
Black with #917DF1
Text Example
Text Example
White with #917DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DF1; }
p { color: rgb(145,125,241); }
H1.HeaderClassName
{
color: #917DF1;
}
.AnyTagClassName
{
color: #917DF1;
}
</style>
background-color css
<style>
a { background-color: #917DF1; }
a { background-color: rgb(145,125,241); }
div.DivClassName
{
background-color: #917DF1;
}
.BgClassName
{
background-color: #917DF1;
}
</style>
border-color css
<style>
span { border-color: #917DF1; }
span { border-color: rgb(145,125,241); }
td.TdClassName
{
border-color: #917DF1;
}
.TagClassName
{
border-color: #917DF1;
}
</style>