Shades of Light Slate Blue #9891FD
Tints of Light Slate Blue #9891FD
RGB
CMYK
RGB Variations
Color information
#9891FD (or 0x9891FD) is known color: Light Slate Blue. HEX triplet: 98, 91 and FD. RGB value is (152,145,253). Sum of RGB (Red+Green+Blue) = 152+145+253=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #9891FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891FD is #676E02. Grayscale: #9E9E9E. Windows color (decimal): -6778371 or 16617880. OLE color: 16617880.
HSL color Cylindrical-coordinate representation of color #9891FD: hue angle of 243.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9891FD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 145 | 253 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.01 |
| HSL | 243.89º | 0.96% | 0.78% | - |
| HSV(B) | 243.89º | 0.43% | 0.99% | - |
| XYZ | 40.8 | 34.02 | 97.34 | - |
| YUV | 159.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 253 | 0.40 | 0.43 | 0 | 0.01 | 243.89 | 0.96 | 0.78 |
| Hex | 98 | 91 | FD | 28 | 2B | 0 | 1 | F4 | 60 | 4E |
| Octal | 230 | 221 | 375 | 50 | 53 | 0 | 1 | 364 | 140 | 116 |
| Binary | 10011000 | 10010001 | 11111101 | 101000 | 101011 | 0 | 1 | 11110100 | 1100000 | 1001110 |
Color Harmonies of #9891FD
Complementary color
Monochromatic Colors of #9891FD
Black with #9891FD
Text Example
Text Example
White with #9891FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891FD; }
p { color: rgb(152,145,253); }
H1.HeaderClassName
{
color: #9891FD;
}
.AnyTagClassName
{
color: #9891FD;
}
</style>
background-color css
<style>
a { background-color: #9891FD; }
a { background-color: rgb(152,145,253); }
div.DivClassName
{
background-color: #9891FD;
}
.BgClassName
{
background-color: #9891FD;
}
</style>
border-color css
<style>
span { border-color: #9891FD; }
span { border-color: rgb(152,145,253); }
td.TdClassName
{
border-color: #9891FD;
}
.TagClassName
{
border-color: #9891FD;
}
</style>