Shades of Light Slate Blue #9891FE
Tints of Light Slate Blue #9891FE
RGB
CMYK
RGB Variations
Color information
#9891FE (or 0x9891FE) is known color: Light Slate Blue. HEX triplet: 98, 91 and FE. RGB value is (152,145,254). Sum of RGB (Red+Green+Blue) = 152+145+254=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #9891FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891FE is #676E01. Grayscale: #9F9F9F. Windows color (decimal): -6778370 or 16683416. OLE color: 16683416.
HSL color Cylindrical-coordinate representation of color #9891FE: hue angle of 243.85º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9891FE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 145 | 254 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.00 |
| HSL | 243.85º | 0.98% | 0.78% | - |
| HSV(B) | 243.85º | 0.43% | 1% | - |
| XYZ | 40.96 | 34.08 | 98.19 | - |
| YUV | 159.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 254 | 0.40 | 0.43 | 0 | 0.00 | 243.85 | 0.98 | 0.78 |
| Hex | 98 | 91 | FE | 28 | 2B | 0 | 0 | F4 | 62 | 4E |
| Octal | 230 | 221 | 376 | 50 | 53 | 0 | 0 | 364 | 142 | 116 |
| Binary | 10011000 | 10010001 | 11111110 | 101000 | 101011 | 0 | 0 | 11110100 | 1100010 | 1001110 |
Color Harmonies of #9891FE
Complementary color
Monochromatic Colors of #9891FE
Black with #9891FE
Text Example
Text Example
White with #9891FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891FE; }
p { color: rgb(152,145,254); }
H1.HeaderClassName
{
color: #9891FE;
}
.AnyTagClassName
{
color: #9891FE;
}
</style>
background-color css
<style>
a { background-color: #9891FE; }
a { background-color: rgb(152,145,254); }
div.DivClassName
{
background-color: #9891FE;
}
.BgClassName
{
background-color: #9891FE;
}
</style>
border-color css
<style>
span { border-color: #9891FE; }
span { border-color: rgb(152,145,254); }
td.TdClassName
{
border-color: #9891FE;
}
.TagClassName
{
border-color: #9891FE;
}
</style>