Shades of Light Slate Blue #917DF8
Tints of Light Slate Blue #917DF8
RGB
CMYK
RGB Variations
Color information
#917DF8 (or 0x917DF8) is known color: Light Slate Blue. HEX triplet: 91, 7D and F8. RGB value is (145,125,248). Sum of RGB (Red+Green+Blue) = 145+125+248=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #917DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DF8 is #6E8207. Grayscale: #909090. Windows color (decimal): -7242248 or 16285073. OLE color: 16285073.
HSL color Cylindrical-coordinate representation of color #917DF8: hue angle of 249.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917DF8 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 125 | 248 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.03 |
| HSL | 249.76º | 0.9% | 0.73% | - |
| HSV(B) | 249.76º | 0.5% | 0.97% | - |
| XYZ | 35.95 | 27.46 | 92.21 | - |
| YUV | 145 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 248 | 0.42 | 0.50 | 0 | 0.03 | 249.76 | 0.9 | 0.73 |
| Hex | 91 | 7D | F8 | 2A | 32 | 0 | 3 | FA | 5A | 49 |
| Octal | 221 | 175 | 370 | 52 | 62 | 0 | 3 | 372 | 132 | 111 |
| Binary | 10010001 | 1111101 | 11111000 | 101010 | 110010 | 0 | 11 | 11111010 | 1011010 | 1001001 |
Color Harmonies of #917DF8
Complementary color
Monochromatic Colors of #917DF8
Black with #917DF8
Text Example
Text Example
White with #917DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DF8; }
p { color: rgb(145,125,248); }
H1.HeaderClassName
{
color: #917DF8;
}
.AnyTagClassName
{
color: #917DF8;
}
</style>
background-color css
<style>
a { background-color: #917DF8; }
a { background-color: rgb(145,125,248); }
div.DivClassName
{
background-color: #917DF8;
}
.BgClassName
{
background-color: #917DF8;
}
</style>
border-color css
<style>
span { border-color: #917DF8; }
span { border-color: rgb(145,125,248); }
td.TdClassName
{
border-color: #917DF8;
}
.TagClassName
{
border-color: #917DF8;
}
</style>