Shades of Light Slate Blue #9263F9
Tints of Light Slate Blue #9263F9
RGB
CMYK
RGB Variations
Color information
#9263F9 (or 0x9263F9) is known color: Light Slate Blue. HEX triplet: 92, 63 and F9. RGB value is (146,99,249). Sum of RGB (Red+Green+Blue) = 146+99+249=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #9263F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263F9 is #6D9C06. Grayscale: #818181. Windows color (decimal): -7183367 or 16343954. OLE color: 16343954.
HSL color Cylindrical-coordinate representation of color #9263F9: hue angle of 258.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9263F9 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 99 | 249 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.02 |
| HSL | 258.8º | 0.93% | 0.68% | - |
| HSV(B) | 258.8º | 0.6% | 0.98% | - |
| XYZ | 33.41 | 21.87 | 92.08 | - |
| YUV | 130.15 | 195.07 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 249 | 0.41 | 0.60 | 0 | 0.02 | 258.8 | 0.93 | 0.68 |
| Hex | 92 | 63 | F9 | 29 | 3C | 0 | 2 | 103 | 5D | 44 |
| Octal | 222 | 143 | 371 | 51 | 74 | 0 | 2 | 403 | 135 | 104 |
| Binary | 10010010 | 1100011 | 11111001 | 101001 | 111100 | 0 | 10 | 100000011 | 1011101 | 1000100 |
Color Harmonies of #9263F9
Complementary color
Monochromatic Colors of #9263F9
Black with #9263F9
Text Example
Text Example
White with #9263F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263F9; }
p { color: rgb(146,99,249); }
H1.HeaderClassName
{
color: #9263F9;
}
.AnyTagClassName
{
color: #9263F9;
}
</style>
background-color css
<style>
a { background-color: #9263F9; }
a { background-color: rgb(146,99,249); }
div.DivClassName
{
background-color: #9263F9;
}
.BgClassName
{
background-color: #9263F9;
}
</style>
border-color css
<style>
span { border-color: #9263F9; }
span { border-color: rgb(146,99,249); }
td.TdClassName
{
border-color: #9263F9;
}
.TagClassName
{
border-color: #9263F9;
}
</style>