Shades of Light Slate Blue #9286FE
Tints of Light Slate Blue #9286FE
RGB
CMYK
RGB Variations
Color information
#9286FE (or 0x9286FE) is known color: Light Slate Blue. HEX triplet: 92, 86 and FE. RGB value is (146,134,254). Sum of RGB (Red+Green+Blue) = 146+134+254=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9286FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9286FE is #6D7901. Grayscale: #969696. Windows color (decimal): -7174402 or 16680594. OLE color: 16680594.
HSL color Cylindrical-coordinate representation of color #9286FE: hue angle of 246º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9286FE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 134 | 254 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.00 |
| HSL | 246º | 0.98% | 0.76% | - |
| HSV(B) | 246º | 0.47% | 1% | - |
| XYZ | 38.27 | 30.32 | 97.6 | - |
| YUV | 151.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 254 | 0.43 | 0.47 | 0 | 0.00 | 246 | 0.98 | 0.76 |
| Hex | 92 | 86 | FE | 2B | 2F | 0 | 0 | F6 | 62 | 4C |
| Octal | 222 | 206 | 376 | 53 | 57 | 0 | 0 | 366 | 142 | 114 |
| Binary | 10010010 | 10000110 | 11111110 | 101011 | 101111 | 0 | 0 | 11110110 | 1100010 | 1001100 |
Color Harmonies of #9286FE
Complementary color
Monochromatic Colors of #9286FE
Black with #9286FE
Text Example
Text Example
White with #9286FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9286FE; }
p { color: rgb(146,134,254); }
H1.HeaderClassName
{
color: #9286FE;
}
.AnyTagClassName
{
color: #9286FE;
}
</style>
background-color css
<style>
a { background-color: #9286FE; }
a { background-color: rgb(146,134,254); }
div.DivClassName
{
background-color: #9286FE;
}
.BgClassName
{
background-color: #9286FE;
}
</style>
border-color css
<style>
span { border-color: #9286FE; }
span { border-color: rgb(146,134,254); }
td.TdClassName
{
border-color: #9286FE;
}
.TagClassName
{
border-color: #9286FE;
}
</style>