Shades of Light Slate Blue #9895FE
Tints of Light Slate Blue #9895FE
RGB
CMYK
RGB Variations
Color information
#9895FE (or 0x9895FE) is known color: Light Slate Blue. HEX triplet: 98, 95 and FE. RGB value is (152,149,254). Sum of RGB (Red+Green+Blue) = 152+149+254=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9895FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895FE is #676A01. Grayscale: #A1A1A1. Windows color (decimal): -6777346 or 16684440. OLE color: 16684440.
HSL color Cylindrical-coordinate representation of color #9895FE: hue angle of 241.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9895FE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 149 | 254 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.00 |
| HSL | 241.71º | 0.98% | 0.79% | - |
| HSV(B) | 241.71º | 0.41% | 1% | - |
| XYZ | 41.59 | 35.33 | 98.39 | - |
| YUV | 161.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 254 | 0.40 | 0.41 | 0 | 0.00 | 241.71 | 0.98 | 0.79 |
| Hex | 98 | 95 | FE | 28 | 29 | 0 | 0 | F2 | 62 | 4F |
| Octal | 230 | 225 | 376 | 50 | 51 | 0 | 0 | 362 | 142 | 117 |
| Binary | 10011000 | 10010101 | 11111110 | 101000 | 101001 | 0 | 0 | 11110010 | 1100010 | 1001111 |
Color Harmonies of #9895FE
Complementary color
Monochromatic Colors of #9895FE
Black with #9895FE
Text Example
Text Example
White with #9895FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895FE; }
p { color: rgb(152,149,254); }
H1.HeaderClassName
{
color: #9895FE;
}
.AnyTagClassName
{
color: #9895FE;
}
</style>
background-color css
<style>
a { background-color: #9895FE; }
a { background-color: rgb(152,149,254); }
div.DivClassName
{
background-color: #9895FE;
}
.BgClassName
{
background-color: #9895FE;
}
</style>
border-color css
<style>
span { border-color: #9895FE; }
span { border-color: rgb(152,149,254); }
td.TdClassName
{
border-color: #9895FE;
}
.TagClassName
{
border-color: #9895FE;
}
</style>