Shades of Light Slate Blue #9874FE
Tints of Light Slate Blue #9874FE
RGB
CMYK
RGB Variations
Color information
#9874FE (or 0x9874FE) is known color: Light Slate Blue. HEX triplet: 98, 74 and FE. RGB value is (152,116,254). Sum of RGB (Red+Green+Blue) = 152+116+254=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #9874FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9874FE is #678B01. Grayscale: #8D8D8D. Windows color (decimal): -6785794 or 16675992. OLE color: 16675992.
HSL color Cylindrical-coordinate representation of color #9874FE: hue angle of 255.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9874FE is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 116 | 254 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.00 |
| HSL | 255.65º | 0.99% | 0.73% | - |
| HSV(B) | 255.65º | 0.54% | 1% | - |
| XYZ | 37.08 | 26.32 | 96.89 | - |
| YUV | 142.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 254 | 0.40 | 0.54 | 0 | 0.00 | 255.65 | 0.99 | 0.73 |
| Hex | 98 | 74 | FE | 28 | 36 | 0 | 0 | 100 | 63 | 49 |
| Octal | 230 | 164 | 376 | 50 | 66 | 0 | 0 | 400 | 143 | 111 |
| Binary | 10011000 | 1110100 | 11111110 | 101000 | 110110 | 0 | 0 | 100000000 | 1100011 | 1001001 |
Color Harmonies of #9874FE
Complementary color
Monochromatic Colors of #9874FE
Black with #9874FE
Text Example
Text Example
White with #9874FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9874FE; }
p { color: rgb(152,116,254); }
H1.HeaderClassName
{
color: #9874FE;
}
.AnyTagClassName
{
color: #9874FE;
}
</style>
background-color css
<style>
a { background-color: #9874FE; }
a { background-color: rgb(152,116,254); }
div.DivClassName
{
background-color: #9874FE;
}
.BgClassName
{
background-color: #9874FE;
}
</style>
border-color css
<style>
span { border-color: #9874FE; }
span { border-color: rgb(152,116,254); }
td.TdClassName
{
border-color: #9874FE;
}
.TagClassName
{
border-color: #9874FE;
}
</style>