Shades of Light Slate Blue #916DF3
Tints of Light Slate Blue #916DF3
RGB
CMYK
RGB Variations
Color information
#916DF3 (or 0x916DF3) is known color: Light Slate Blue. HEX triplet: 91, 6D and F3. RGB value is (145,109,243). Sum of RGB (Red+Green+Blue) = 145+109+243=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #916DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DF3 is #6E920C. Grayscale: #868686. Windows color (decimal): -7246349 or 15953297. OLE color: 15953297.
HSL color Cylindrical-coordinate representation of color #916DF3: hue angle of 256.12º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916DF3 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 109 | 243 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.05 |
| HSL | 256.12º | 0.85% | 0.69% | - |
| HSV(B) | 256.12º | 0.55% | 0.95% | - |
| XYZ | 33.32 | 23.43 | 87.56 | - |
| YUV | 135.04 | 188.93 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 243 | 0.40 | 0.55 | 0 | 0.05 | 256.12 | 0.85 | 0.69 |
| Hex | 91 | 6D | F3 | 28 | 37 | 0 | 5 | 100 | 55 | 45 |
| Octal | 221 | 155 | 363 | 50 | 67 | 0 | 5 | 400 | 125 | 105 |
| Binary | 10010001 | 1101101 | 11110011 | 101000 | 110111 | 0 | 101 | 100000000 | 1010101 | 1000101 |
Color Harmonies of #916DF3
Complementary color
Monochromatic Colors of #916DF3
Black with #916DF3
Text Example
Text Example
White with #916DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DF3; }
p { color: rgb(145,109,243); }
H1.HeaderClassName
{
color: #916DF3;
}
.AnyTagClassName
{
color: #916DF3;
}
</style>
background-color css
<style>
a { background-color: #916DF3; }
a { background-color: rgb(145,109,243); }
div.DivClassName
{
background-color: #916DF3;
}
.BgClassName
{
background-color: #916DF3;
}
</style>
border-color css
<style>
span { border-color: #916DF3; }
span { border-color: rgb(145,109,243); }
td.TdClassName
{
border-color: #916DF3;
}
.TagClassName
{
border-color: #916DF3;
}
</style>