Shades of Light Slate Blue #916BF8
Tints of Light Slate Blue #916BF8
RGB
CMYK
RGB Variations
Color information
#916BF8 (or 0x916BF8) is known color: Light Slate Blue. HEX triplet: 91, 6B and F8. RGB value is (145,107,248). Sum of RGB (Red+Green+Blue) = 145+107+248=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #916BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916BF8 is #6E9407. Grayscale: #858585. Windows color (decimal): -7246856 or 16280465. OLE color: 16280465.
HSL color Cylindrical-coordinate representation of color #916BF8: hue angle of 256.17º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916BF8 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 107 | 248 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.03 |
| HSL | 256.17º | 0.91% | 0.7% | - |
| HSV(B) | 256.17º | 0.57% | 0.97% | - |
| XYZ | 33.88 | 23.31 | 91.52 | - |
| YUV | 134.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 248 | 0.42 | 0.57 | 0 | 0.03 | 256.17 | 0.91 | 0.7 |
| Hex | 91 | 6B | F8 | 2A | 39 | 0 | 3 | 100 | 5B | 46 |
| Octal | 221 | 153 | 370 | 52 | 71 | 0 | 3 | 400 | 133 | 106 |
| Binary | 10010001 | 1101011 | 11111000 | 101010 | 111001 | 0 | 11 | 100000000 | 1011011 | 1000110 |
Color Harmonies of #916BF8
Complementary color
Monochromatic Colors of #916BF8
Black with #916BF8
Text Example
Text Example
White with #916BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BF8; }
p { color: rgb(145,107,248); }
H1.HeaderClassName
{
color: #916BF8;
}
.AnyTagClassName
{
color: #916BF8;
}
</style>
background-color css
<style>
a { background-color: #916BF8; }
a { background-color: rgb(145,107,248); }
div.DivClassName
{
background-color: #916BF8;
}
.BgClassName
{
background-color: #916BF8;
}
</style>
border-color css
<style>
span { border-color: #916BF8; }
span { border-color: rgb(145,107,248); }
td.TdClassName
{
border-color: #916BF8;
}
.TagClassName
{
border-color: #916BF8;
}
</style>