Shades of Light Slate Blue #9251FE
Tints of Light Slate Blue #9251FE
RGB
CMYK
RGB Variations
Color information
#9251FE (or 0x9251FE) is known color: Light Slate Blue. HEX triplet: 92, 51 and FE. RGB value is (146,81,254). Sum of RGB (Red+Green+Blue) = 146+81+254=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #9251FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251FE is #6DAE01. Grayscale: #777777. Windows color (decimal): -7187970 or 16667026. OLE color: 16667026.
HSL color Cylindrical-coordinate representation of color #9251FE: hue angle of 262.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9251FE is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 81 | 254 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.00 |
| HSL | 262.54º | 0.99% | 0.66% | - |
| HSV(B) | 262.54º | 0.68% | 1% | - |
| XYZ | 32.69 | 19.15 | 95.74 | - |
| YUV | 120.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 254 | 0.43 | 0.68 | 0 | 0.00 | 262.54 | 0.99 | 0.66 |
| Hex | 92 | 51 | FE | 2B | 44 | 0 | 0 | 107 | 63 | 42 |
| Octal | 222 | 121 | 376 | 53 | 104 | 0 | 0 | 407 | 143 | 102 |
| Binary | 10010010 | 1010001 | 11111110 | 101011 | 1000100 | 0 | 0 | 100000111 | 1100011 | 1000010 |
Color Harmonies of #9251FE
Complementary color
Monochromatic Colors of #9251FE
Black with #9251FE
Text Example
Text Example
White with #9251FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251FE; }
p { color: rgb(146,81,254); }
H1.HeaderClassName
{
color: #9251FE;
}
.AnyTagClassName
{
color: #9251FE;
}
</style>
background-color css
<style>
a { background-color: #9251FE; }
a { background-color: rgb(146,81,254); }
div.DivClassName
{
background-color: #9251FE;
}
.BgClassName
{
background-color: #9251FE;
}
</style>
border-color css
<style>
span { border-color: #9251FE; }
span { border-color: rgb(146,81,254); }
td.TdClassName
{
border-color: #9251FE;
}
.TagClassName
{
border-color: #9251FE;
}
</style>