Shades of Light Slate Blue #917CF8
Tints of Light Slate Blue #917CF8
RGB
CMYK
RGB Variations
Color information
#917CF8 (or 0x917CF8) is known color: Light Slate Blue. HEX triplet: 91, 7C and F8. RGB value is (145,124,248). Sum of RGB (Red+Green+Blue) = 145+124+248=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #917CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CF8 is #6E8307. Grayscale: #8F8F8F. Windows color (decimal): -7242504 or 16284817. OLE color: 16284817.
HSL color Cylindrical-coordinate representation of color #917CF8: hue angle of 250.16º 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 #917CF8 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 124 | 248 | - |
| CMYK | 0.42 | 0.5 | 0 | 0.03 |
| HSL | 250.16º | 0.9% | 0.73% | - |
| HSV(B) | 250.16º | 0.5% | 0.97% | - |
| XYZ | 35.83 | 27.21 | 92.17 | - |
| YUV | 144.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 248 | 0.42 | 0.5 | 0 | 0.03 | 250.16 | 0.9 | 0.73 |
| Hex | 91 | 7C | F8 | 2A | 32 | 0 | 3 | FA | 5A | 49 |
| Octal | 221 | 174 | 370 | 52 | 62 | 0 | 3 | 372 | 132 | 111 |
| Binary | 10010001 | 1111100 | 11111000 | 101010 | 110010 | 0 | 11 | 11111010 | 1011010 | 1001001 |
Color Harmonies of #917CF8
Complementary color
Monochromatic Colors of #917CF8
Black with #917CF8
Text Example
Text Example
White with #917CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CF8; }
p { color: rgb(145,124,248); }
H1.HeaderClassName
{
color: #917CF8;
}
.AnyTagClassName
{
color: #917CF8;
}
</style>
background-color css
<style>
a { background-color: #917CF8; }
a { background-color: rgb(145,124,248); }
div.DivClassName
{
background-color: #917CF8;
}
.BgClassName
{
background-color: #917CF8;
}
</style>
border-color css
<style>
span { border-color: #917CF8; }
span { border-color: rgb(145,124,248); }
td.TdClassName
{
border-color: #917CF8;
}
.TagClassName
{
border-color: #917CF8;
}
</style>