Shades of Light Slate Blue #9256FE
Tints of Light Slate Blue #9256FE
RGB
CMYK
RGB Variations
Color information
#9256FE (or 0x9256FE) is known color: Light Slate Blue. HEX triplet: 92, 56 and FE. RGB value is (146,86,254). Sum of RGB (Red+Green+Blue) = 146+86+254=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9256FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9256FE is #6DA901. Grayscale: #7A7A7A. Windows color (decimal): -7186690 or 16668306. OLE color: 16668306.
HSL color Cylindrical-coordinate representation of color #9256FE: hue angle of 261.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9256FE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 86 | 254 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.00 |
| HSL | 261.43º | 0.99% | 0.67% | - |
| HSV(B) | 261.43º | 0.66% | 1% | - |
| XYZ | 33.07 | 19.92 | 95.87 | - |
| YUV | 123.09 | 201.88 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 254 | 0.43 | 0.66 | 0 | 0.00 | 261.43 | 0.99 | 0.67 |
| Hex | 92 | 56 | FE | 2B | 42 | 0 | 0 | 105 | 63 | 43 |
| Octal | 222 | 126 | 376 | 53 | 102 | 0 | 0 | 405 | 143 | 103 |
| Binary | 10010010 | 1010110 | 11111110 | 101011 | 1000010 | 0 | 0 | 100000101 | 1100011 | 1000011 |
Color Harmonies of #9256FE
Complementary color
Monochromatic Colors of #9256FE
Black with #9256FE
Text Example
Text Example
White with #9256FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256FE; }
p { color: rgb(146,86,254); }
H1.HeaderClassName
{
color: #9256FE;
}
.AnyTagClassName
{
color: #9256FE;
}
</style>
background-color css
<style>
a { background-color: #9256FE; }
a { background-color: rgb(146,86,254); }
div.DivClassName
{
background-color: #9256FE;
}
.BgClassName
{
background-color: #9256FE;
}
</style>
border-color css
<style>
span { border-color: #9256FE; }
span { border-color: rgb(146,86,254); }
td.TdClassName
{
border-color: #9256FE;
}
.TagClassName
{
border-color: #9256FE;
}
</style>