Shades of Light Slate Blue #916CFF
Tints of Light Slate Blue #916CFF
RGB
CMYK
RGB Variations
Color information
#916CFF (or 0x916CFF) is known color: Light Slate Blue. HEX triplet: 91, 6C and FF. RGB value is (145,108,255). Sum of RGB (Red+Green+Blue) = 145+108+255=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #916CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CFF is #6E9300. Grayscale: #878787. Windows color (decimal): -7246593 or 16739473. OLE color: 16739473.
HSL color Cylindrical-coordinate representation of color #916CFF: hue angle of 255.1º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #916CFF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 108 | 255 | - |
| CMYK | 0.43 | 0.58 | 0 | 0 |
| HSL | 255.1º | 1% | 0.71% | - |
| HSV(B) | 255.1º | 0.58% | 1% | - |
| XYZ | 35.09 | 23.96 | 97.38 | - |
| YUV | 135.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 255 | 0.43 | 0.58 | 0 | 0 | 255.1 | 1 | 0.71 |
| Hex | 91 | 6C | FF | 2B | 3A | 0 | 0 | FF | 64 | 47 |
| Octal | 221 | 154 | 377 | 53 | 72 | 0 | 0 | 377 | 144 | 107 |
| Binary | 10010001 | 1101100 | 11111111 | 101011 | 111010 | 0 | 0 | 11111111 | 1100100 | 1000111 |
Color Harmonies of #916CFF
Complementary color
Monochromatic Colors of #916CFF
Black with #916CFF
Text Example
Text Example
White with #916CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CFF; }
p { color: rgb(145,108,255); }
H1.HeaderClassName
{
color: #916CFF;
}
.AnyTagClassName
{
color: #916CFF;
}
</style>
background-color css
<style>
a { background-color: #916CFF; }
a { background-color: rgb(145,108,255); }
div.DivClassName
{
background-color: #916CFF;
}
.BgClassName
{
background-color: #916CFF;
}
</style>
border-color css
<style>
span { border-color: #916CFF; }
span { border-color: rgb(145,108,255); }
td.TdClassName
{
border-color: #916CFF;
}
.TagClassName
{
border-color: #916CFF;
}
</style>