Shades of Light Slate Blue #9893FE
Tints of Light Slate Blue #9893FE
RGB
CMYK
RGB Variations
Color information
#9893FE (or 0x9893FE) is known color: Light Slate Blue. HEX triplet: 98, 93 and FE. RGB value is (152,147,254). Sum of RGB (Red+Green+Blue) = 152+147+254=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #9893FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9893FE is #676C01. Grayscale: #A0A0A0. Windows color (decimal): -6777858 or 16683928. OLE color: 16683928.
HSL color Cylindrical-coordinate representation of color #9893FE: hue angle of 242.8º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9893FE is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 147 | 254 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.00 |
| HSL | 242.8º | 0.98% | 0.79% | - |
| HSV(B) | 242.8º | 0.42% | 1% | - |
| XYZ | 41.27 | 34.7 | 98.29 | - |
| YUV | 160.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 254 | 0.40 | 0.42 | 0 | 0.00 | 242.8 | 0.98 | 0.79 |
| Hex | 98 | 93 | FE | 28 | 2A | 0 | 0 | F3 | 62 | 4F |
| Octal | 230 | 223 | 376 | 50 | 52 | 0 | 0 | 363 | 142 | 117 |
| Binary | 10011000 | 10010011 | 11111110 | 101000 | 101010 | 0 | 0 | 11110011 | 1100010 | 1001111 |
Color Harmonies of #9893FE
Complementary color
Monochromatic Colors of #9893FE
Black with #9893FE
Text Example
Text Example
White with #9893FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9893FE; }
p { color: rgb(152,147,254); }
H1.HeaderClassName
{
color: #9893FE;
}
.AnyTagClassName
{
color: #9893FE;
}
</style>
background-color css
<style>
a { background-color: #9893FE; }
a { background-color: rgb(152,147,254); }
div.DivClassName
{
background-color: #9893FE;
}
.BgClassName
{
background-color: #9893FE;
}
</style>
border-color css
<style>
span { border-color: #9893FE; }
span { border-color: rgb(152,147,254); }
td.TdClassName
{
border-color: #9893FE;
}
.TagClassName
{
border-color: #9893FE;
}
</style>