Shades of Light Slate Blue #916CFA
Tints of Light Slate Blue #916CFA
RGB
CMYK
RGB Variations
Color information
#916CFA (or 0x916CFA) is known color: Light Slate Blue. HEX triplet: 91, 6C and FA. RGB value is (145,108,250). Sum of RGB (Red+Green+Blue) = 145+108+250=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #916CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CFA is #6E9305. Grayscale: #868686. Windows color (decimal): -7246598 or 16411793. OLE color: 16411793.
HSL color Cylindrical-coordinate representation of color #916CFA: hue angle of 255.63º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916CFA is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 108 | 250 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.02 |
| HSL | 255.63º | 0.93% | 0.7% | - |
| HSV(B) | 255.63º | 0.57% | 0.98% | - |
| XYZ | 34.29 | 23.65 | 93.2 | - |
| YUV | 135.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 250 | 0.42 | 0.57 | 0 | 0.02 | 255.63 | 0.93 | 0.7 |
| Hex | 91 | 6C | FA | 2A | 39 | 0 | 2 | 100 | 5D | 46 |
| Octal | 221 | 154 | 372 | 52 | 71 | 0 | 2 | 400 | 135 | 106 |
| Binary | 10010001 | 1101100 | 11111010 | 101010 | 111001 | 0 | 10 | 100000000 | 1011101 | 1000110 |
Color Harmonies of #916CFA
Complementary color
Monochromatic Colors of #916CFA
Black with #916CFA
Text Example
Text Example
White with #916CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CFA; }
p { color: rgb(145,108,250); }
H1.HeaderClassName
{
color: #916CFA;
}
.AnyTagClassName
{
color: #916CFA;
}
</style>
background-color css
<style>
a { background-color: #916CFA; }
a { background-color: rgb(145,108,250); }
div.DivClassName
{
background-color: #916CFA;
}
.BgClassName
{
background-color: #916CFA;
}
</style>
border-color css
<style>
span { border-color: #916CFA; }
span { border-color: rgb(145,108,250); }
td.TdClassName
{
border-color: #916CFA;
}
.TagClassName
{
border-color: #916CFA;
}
</style>