Shades of Light Slate Blue #916FF1
Tints of Light Slate Blue #916FF1
RGB
CMYK
RGB Variations
Color information
#916FF1 (or 0x916FF1) is known color: Light Slate Blue. HEX triplet: 91, 6F and F1. RGB value is (145,111,241). Sum of RGB (Red+Green+Blue) = 145+111+241=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #916FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916FF1 is #6E900E. Grayscale: #878787. Windows color (decimal): -7245839 or 15822737. OLE color: 15822737.
HSL color Cylindrical-coordinate representation of color #916FF1: hue angle of 255.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916FF1 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 111 | 241 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.05 |
| HSL | 255.69º | 0.82% | 0.69% | - |
| HSV(B) | 255.69º | 0.54% | 0.95% | - |
| XYZ | 33.24 | 23.74 | 86.05 | - |
| YUV | 135.99 | 187.26 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 241 | 0.40 | 0.54 | 0 | 0.05 | 255.69 | 0.82 | 0.69 |
| Hex | 91 | 6F | F1 | 28 | 36 | 0 | 5 | 100 | 52 | 45 |
| Octal | 221 | 157 | 361 | 50 | 66 | 0 | 5 | 400 | 122 | 105 |
| Binary | 10010001 | 1101111 | 11110001 | 101000 | 110110 | 0 | 101 | 100000000 | 1010010 | 1000101 |
Color Harmonies of #916FF1
Complementary color
Monochromatic Colors of #916FF1
Black with #916FF1
Text Example
Text Example
White with #916FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916FF1; }
p { color: rgb(145,111,241); }
H1.HeaderClassName
{
color: #916FF1;
}
.AnyTagClassName
{
color: #916FF1;
}
</style>
background-color css
<style>
a { background-color: #916FF1; }
a { background-color: rgb(145,111,241); }
div.DivClassName
{
background-color: #916FF1;
}
.BgClassName
{
background-color: #916FF1;
}
</style>
border-color css
<style>
span { border-color: #916FF1; }
span { border-color: rgb(145,111,241); }
td.TdClassName
{
border-color: #916FF1;
}
.TagClassName
{
border-color: #916FF1;
}
</style>