Shades of Light Slate Blue #9C91F8
Tints of Light Slate Blue #9C91F8
RGB
CMYK
RGB Variations
Color information
#9C91F8 (or 0x9C91F8) is known color: Light Slate Blue. HEX triplet: 9C, 91 and F8. RGB value is (156,145,248). Sum of RGB (Red+Green+Blue) = 156+145+248=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C91F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C91F8 is #636E07. Grayscale: #9F9F9F. Windows color (decimal): -6516232 or 16290204. OLE color: 16290204.
HSL color Cylindrical-coordinate representation of color #9C91F8: hue angle of 246.41º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C91F8 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 145 | 248 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.03 |
| HSL | 246.41º | 0.88% | 0.77% | - |
| HSV(B) | 246.41º | 0.42% | 0.97% | - |
| XYZ | 40.78 | 34.1 | 93.24 | - |
| YUV | 160.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 248 | 0.37 | 0.42 | 0 | 0.03 | 246.41 | 0.88 | 0.77 |
| Hex | 9C | 91 | F8 | 25 | 2A | 0 | 3 | F6 | 58 | 4D |
| Octal | 234 | 221 | 370 | 45 | 52 | 0 | 3 | 366 | 130 | 115 |
| Binary | 10011100 | 10010001 | 11111000 | 100101 | 101010 | 0 | 11 | 11110110 | 1011000 | 1001101 |
Color Harmonies of #9C91F8
Complementary color
Monochromatic Colors of #9C91F8
Black with #9C91F8
Text Example
Text Example
White with #9C91F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C91F8; }
p { color: rgb(156,145,248); }
H1.HeaderClassName
{
color: #9C91F8;
}
.AnyTagClassName
{
color: #9C91F8;
}
</style>
background-color css
<style>
a { background-color: #9C91F8; }
a { background-color: rgb(156,145,248); }
div.DivClassName
{
background-color: #9C91F8;
}
.BgClassName
{
background-color: #9C91F8;
}
</style>
border-color css
<style>
span { border-color: #9C91F8; }
span { border-color: rgb(156,145,248); }
td.TdClassName
{
border-color: #9C91F8;
}
.TagClassName
{
border-color: #9C91F8;
}
</style>