Shades of Light Slate Blue #9263FF
Tints of Light Slate Blue #9263FF
RGB
CMYK
RGB Variations
Color information
#9263FF (or 0x9263FF) is known color: Light Slate Blue. HEX triplet: 92, 63 and FF. RGB value is (146,99,255). Sum of RGB (Red+Green+Blue) = 146+99+255=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #9263FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263FF is #6D9C00. Grayscale: #828282. Windows color (decimal): -7183361 or 16737170. OLE color: 16737170.
HSL color Cylindrical-coordinate representation of color #9263FF: hue angle of 258.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9263FF is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 99 | 255 | - |
| CMYK | 0.43 | 0.61 | 0 | 0 |
| HSL | 258.08º | 1% | 0.69% | - |
| HSV(B) | 258.08º | 0.61% | 1% | - |
| XYZ | 34.37 | 22.25 | 97.09 | - |
| YUV | 130.84 | 198.07 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 255 | 0.43 | 0.61 | 0 | 0 | 258.08 | 1 | 0.69 |
| Hex | 92 | 63 | FF | 2B | 3D | 0 | 0 | 102 | 64 | 45 |
| Octal | 222 | 143 | 377 | 53 | 75 | 0 | 0 | 402 | 144 | 105 |
| Binary | 10010010 | 1100011 | 11111111 | 101011 | 111101 | 0 | 0 | 100000010 | 1100100 | 1000101 |
Color Harmonies of #9263FF
Complementary color
Monochromatic Colors of #9263FF
Black with #9263FF
Text Example
Text Example
White with #9263FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263FF; }
p { color: rgb(146,99,255); }
H1.HeaderClassName
{
color: #9263FF;
}
.AnyTagClassName
{
color: #9263FF;
}
</style>
background-color css
<style>
a { background-color: #9263FF; }
a { background-color: rgb(146,99,255); }
div.DivClassName
{
background-color: #9263FF;
}
.BgClassName
{
background-color: #9263FF;
}
</style>
border-color css
<style>
span { border-color: #9263FF; }
span { border-color: rgb(146,99,255); }
td.TdClassName
{
border-color: #9263FF;
}
.TagClassName
{
border-color: #9263FF;
}
</style>