Shades of Light Slate Blue #917CF6
Tints of Light Slate Blue #917CF6
RGB
CMYK
RGB Variations
Color information
#917CF6 (or 0x917CF6) is known color: Light Slate Blue. HEX triplet: 91, 7C and F6. RGB value is (145,124,246). Sum of RGB (Red+Green+Blue) = 145+124+246=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #917CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CF6 is #6E8309. Grayscale: #8F8F8F. Windows color (decimal): -7242506 or 16153745. OLE color: 16153745.
HSL color Cylindrical-coordinate representation of color #917CF6: hue angle of 250.33º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917CF6 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 124 | 246 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.04 |
| HSL | 250.33º | 0.87% | 0.73% | - |
| HSV(B) | 250.33º | 0.5% | 0.96% | - |
| XYZ | 35.52 | 27.09 | 90.55 | - |
| YUV | 144.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 246 | 0.41 | 0.50 | 0 | 0.04 | 250.33 | 0.87 | 0.73 |
| Hex | 91 | 7C | F6 | 29 | 32 | 0 | 4 | FA | 57 | 49 |
| Octal | 221 | 174 | 366 | 51 | 62 | 0 | 4 | 372 | 127 | 111 |
| Binary | 10010001 | 1111100 | 11110110 | 101001 | 110010 | 0 | 100 | 11111010 | 1010111 | 1001001 |
Color Harmonies of #917CF6
Complementary color
Monochromatic Colors of #917CF6
Black with #917CF6
Text Example
Text Example
White with #917CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CF6; }
p { color: rgb(145,124,246); }
H1.HeaderClassName
{
color: #917CF6;
}
.AnyTagClassName
{
color: #917CF6;
}
</style>
background-color css
<style>
a { background-color: #917CF6; }
a { background-color: rgb(145,124,246); }
div.DivClassName
{
background-color: #917CF6;
}
.BgClassName
{
background-color: #917CF6;
}
</style>
border-color css
<style>
span { border-color: #917CF6; }
span { border-color: rgb(145,124,246); }
td.TdClassName
{
border-color: #917CF6;
}
.TagClassName
{
border-color: #917CF6;
}
</style>