Shades of Light Slate Blue #916CF7
Tints of Light Slate Blue #916CF7
RGB
CMYK
RGB Variations
Color information
#916CF7 (or 0x916CF7) is known color: Light Slate Blue. HEX triplet: 91, 6C and F7. RGB value is (145,108,247). Sum of RGB (Red+Green+Blue) = 145+108+247=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #916CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CF7 is #6E9308. Grayscale: #868686. Windows color (decimal): -7246601 or 16215185. OLE color: 16215185.
HSL color Cylindrical-coordinate representation of color #916CF7: hue angle of 255.97º 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 #916CF7 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 108 | 247 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.03 |
| HSL | 255.97º | 0.9% | 0.7% | - |
| HSV(B) | 255.97º | 0.56% | 0.97% | - |
| XYZ | 33.83 | 23.46 | 90.74 | - |
| YUV | 134.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 247 | 0.41 | 0.56 | 0 | 0.03 | 255.97 | 0.9 | 0.7 |
| Hex | 91 | 6C | F7 | 29 | 38 | 0 | 3 | 100 | 5A | 46 |
| Octal | 221 | 154 | 367 | 51 | 70 | 0 | 3 | 400 | 132 | 106 |
| Binary | 10010001 | 1101100 | 11110111 | 101001 | 111000 | 0 | 11 | 100000000 | 1011010 | 1000110 |
Color Harmonies of #916CF7
Complementary color
Monochromatic Colors of #916CF7
Black with #916CF7
Text Example
Text Example
White with #916CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CF7; }
p { color: rgb(145,108,247); }
H1.HeaderClassName
{
color: #916CF7;
}
.AnyTagClassName
{
color: #916CF7;
}
</style>
background-color css
<style>
a { background-color: #916CF7; }
a { background-color: rgb(145,108,247); }
div.DivClassName
{
background-color: #916CF7;
}
.BgClassName
{
background-color: #916CF7;
}
</style>
border-color css
<style>
span { border-color: #916CF7; }
span { border-color: rgb(145,108,247); }
td.TdClassName
{
border-color: #916CF7;
}
.TagClassName
{
border-color: #916CF7;
}
</style>