Shades of Light Slate Blue #916BFA
Tints of Light Slate Blue #916BFA
RGB
CMYK
RGB Variations
Color information
#916BFA (or 0x916BFA) is known color: Light Slate Blue. HEX triplet: 91, 6B and FA. RGB value is (145,107,250). Sum of RGB (Red+Green+Blue) = 145+107+250=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #916BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916BFA is #6E9405. Grayscale: #868686. Windows color (decimal): -7246854 or 16411537. OLE color: 16411537.
HSL color Cylindrical-coordinate representation of color #916BFA: hue angle of 255.94º 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 #916BFA is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 107 | 250 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.02 |
| HSL | 255.94º | 0.93% | 0.7% | - |
| HSV(B) | 255.94º | 0.57% | 0.98% | - |
| XYZ | 34.19 | 23.44 | 93.16 | - |
| YUV | 134.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 250 | 0.42 | 0.57 | 0 | 0.02 | 255.94 | 0.93 | 0.7 |
| Hex | 91 | 6B | FA | 2A | 39 | 0 | 2 | 100 | 5D | 46 |
| Octal | 221 | 153 | 372 | 52 | 71 | 0 | 2 | 400 | 135 | 106 |
| Binary | 10010001 | 1101011 | 11111010 | 101010 | 111001 | 0 | 10 | 100000000 | 1011101 | 1000110 |
Color Harmonies of #916BFA
Complementary color
Monochromatic Colors of #916BFA
Black with #916BFA
Text Example
Text Example
White with #916BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BFA; }
p { color: rgb(145,107,250); }
H1.HeaderClassName
{
color: #916BFA;
}
.AnyTagClassName
{
color: #916BFA;
}
</style>
background-color css
<style>
a { background-color: #916BFA; }
a { background-color: rgb(145,107,250); }
div.DivClassName
{
background-color: #916BFA;
}
.BgClassName
{
background-color: #916BFA;
}
</style>
border-color css
<style>
span { border-color: #916BFA; }
span { border-color: rgb(145,107,250); }
td.TdClassName
{
border-color: #916BFA;
}
.TagClassName
{
border-color: #916BFA;
}
</style>