Shades of Light Slate Blue #916EFF
Tints of Light Slate Blue #916EFF
RGB
CMYK
RGB Variations
Color information
#916EFF (or 0x916EFF) is known color: Light Slate Blue. HEX triplet: 91, 6E and FF. RGB value is (145,110,255). Sum of RGB (Red+Green+Blue) = 145+110+255=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #916EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EFF is #6E9100. Grayscale: #888888. Windows color (decimal): -7246081 or 16739985. OLE color: 16739985.
HSL color Cylindrical-coordinate representation of color #916EFF: hue angle of 254.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916EFF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 110 | 255 | - |
| CMYK | 0.43 | 0.57 | 0 | 0 |
| HSL | 254.48º | 1% | 0.72% | - |
| HSV(B) | 254.48º | 0.57% | 1% | - |
| XYZ | 35.3 | 24.39 | 97.46 | - |
| YUV | 137 | 194.6 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 255 | 0.43 | 0.57 | 0 | 0 | 254.48 | 1 | 0.72 |
| Hex | 91 | 6E | FF | 2B | 39 | 0 | 0 | FE | 64 | 48 |
| Octal | 221 | 156 | 377 | 53 | 71 | 0 | 0 | 376 | 144 | 110 |
| Binary | 10010001 | 1101110 | 11111111 | 101011 | 111001 | 0 | 0 | 11111110 | 1100100 | 1001000 |
Color Harmonies of #916EFF
Complementary color
Monochromatic Colors of #916EFF
Black with #916EFF
Text Example
Text Example
White with #916EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EFF; }
p { color: rgb(145,110,255); }
H1.HeaderClassName
{
color: #916EFF;
}
.AnyTagClassName
{
color: #916EFF;
}
</style>
background-color css
<style>
a { background-color: #916EFF; }
a { background-color: rgb(145,110,255); }
div.DivClassName
{
background-color: #916EFF;
}
.BgClassName
{
background-color: #916EFF;
}
</style>
border-color css
<style>
span { border-color: #916EFF; }
span { border-color: rgb(145,110,255); }
td.TdClassName
{
border-color: #916EFF;
}
.TagClassName
{
border-color: #916EFF;
}
</style>