Shades of Light Slate Blue #916DF9
Tints of Light Slate Blue #916DF9
RGB
CMYK
RGB Variations
Color information
#916DF9 (or 0x916DF9) is known color: Light Slate Blue. HEX triplet: 91, 6D and F9. RGB value is (145,109,249). Sum of RGB (Red+Green+Blue) = 145+109+249=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #916DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DF9 is #6E9206. Grayscale: #878787. Windows color (decimal): -7246343 or 16346513. OLE color: 16346513.
HSL color Cylindrical-coordinate representation of color #916DF9: hue angle of 255.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #916DF9 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 109 | 249 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.02 |
| HSL | 255.43º | 0.92% | 0.7% | - |
| HSV(B) | 255.43º | 0.56% | 0.98% | - |
| XYZ | 34.24 | 23.8 | 92.41 | - |
| YUV | 135.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 249 | 0.42 | 0.56 | 0 | 0.02 | 255.43 | 0.92 | 0.7 |
| Hex | 91 | 6D | F9 | 2A | 38 | 0 | 2 | FF | 5C | 46 |
| Octal | 221 | 155 | 371 | 52 | 70 | 0 | 2 | 377 | 134 | 106 |
| Binary | 10010001 | 1101101 | 11111001 | 101010 | 111000 | 0 | 10 | 11111111 | 1011100 | 1000110 |
Color Harmonies of #916DF9
Complementary color
Monochromatic Colors of #916DF9
Black with #916DF9
Text Example
Text Example
White with #916DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DF9; }
p { color: rgb(145,109,249); }
H1.HeaderClassName
{
color: #916DF9;
}
.AnyTagClassName
{
color: #916DF9;
}
</style>
background-color css
<style>
a { background-color: #916DF9; }
a { background-color: rgb(145,109,249); }
div.DivClassName
{
background-color: #916DF9;
}
.BgClassName
{
background-color: #916DF9;
}
</style>
border-color css
<style>
span { border-color: #916DF9; }
span { border-color: rgb(145,109,249); }
td.TdClassName
{
border-color: #916DF9;
}
.TagClassName
{
border-color: #916DF9;
}
</style>