Shades of Light Slate Blue #916DF7
Tints of Light Slate Blue #916DF7
RGB
CMYK
RGB Variations
Color information
#916DF7 (or 0x916DF7) is known color: Light Slate Blue. HEX triplet: 91, 6D and F7. RGB value is (145,109,247). Sum of RGB (Red+Green+Blue) = 145+109+247=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #916DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DF7 is #6E9208. Grayscale: #868686. Windows color (decimal): -7246345 or 16215441. OLE color: 16215441.
HSL color Cylindrical-coordinate representation of color #916DF7: hue angle of 255.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #916DF7 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 109 | 247 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.03 |
| HSL | 255.65º | 0.9% | 0.7% | - |
| HSV(B) | 255.65º | 0.56% | 0.97% | - |
| XYZ | 33.93 | 23.67 | 90.78 | - |
| YUV | 135.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 247 | 0.41 | 0.56 | 0 | 0.03 | 255.65 | 0.9 | 0.7 |
| Hex | 91 | 6D | F7 | 29 | 38 | 0 | 3 | 100 | 5A | 46 |
| Octal | 221 | 155 | 367 | 51 | 70 | 0 | 3 | 400 | 132 | 106 |
| Binary | 10010001 | 1101101 | 11110111 | 101001 | 111000 | 0 | 11 | 100000000 | 1011010 | 1000110 |
Color Harmonies of #916DF7
Complementary color
Monochromatic Colors of #916DF7
Black with #916DF7
Text Example
Text Example
White with #916DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DF7; }
p { color: rgb(145,109,247); }
H1.HeaderClassName
{
color: #916DF7;
}
.AnyTagClassName
{
color: #916DF7;
}
</style>
background-color css
<style>
a { background-color: #916DF7; }
a { background-color: rgb(145,109,247); }
div.DivClassName
{
background-color: #916DF7;
}
.BgClassName
{
background-color: #916DF7;
}
</style>
border-color css
<style>
span { border-color: #916DF7; }
span { border-color: rgb(145,109,247); }
td.TdClassName
{
border-color: #916DF7;
}
.TagClassName
{
border-color: #916DF7;
}
</style>