Shades of Light Slate Blue #9263FA
Tints of Light Slate Blue #9263FA
RGB
CMYK
RGB Variations
Color information
#9263FA (or 0x9263FA) is known color: Light Slate Blue. HEX triplet: 92, 63 and FA. RGB value is (146,99,250). Sum of RGB (Red+Green+Blue) = 146+99+250=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9263FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263FA is #6D9C05. Grayscale: #818181. Windows color (decimal): -7183366 or 16409490. OLE color: 16409490.
HSL color Cylindrical-coordinate representation of color #9263FA: hue angle of 258.68º degrees, saturation: 0.94, 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 #9263FA is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 99 | 250 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.02 |
| HSL | 258.68º | 0.94% | 0.68% | - |
| HSV(B) | 258.68º | 0.6% | 0.98% | - |
| XYZ | 33.57 | 21.94 | 92.91 | - |
| YUV | 130.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 250 | 0.42 | 0.60 | 0 | 0.02 | 258.68 | 0.94 | 0.68 |
| Hex | 92 | 63 | FA | 2A | 3C | 0 | 2 | 103 | 5E | 44 |
| Octal | 222 | 143 | 372 | 52 | 74 | 0 | 2 | 403 | 136 | 104 |
| Binary | 10010010 | 1100011 | 11111010 | 101010 | 111100 | 0 | 10 | 100000011 | 1011110 | 1000100 |
Color Harmonies of #9263FA
Complementary color
Monochromatic Colors of #9263FA
Black with #9263FA
Text Example
Text Example
White with #9263FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263FA; }
p { color: rgb(146,99,250); }
H1.HeaderClassName
{
color: #9263FA;
}
.AnyTagClassName
{
color: #9263FA;
}
</style>
background-color css
<style>
a { background-color: #9263FA; }
a { background-color: rgb(146,99,250); }
div.DivClassName
{
background-color: #9263FA;
}
.BgClassName
{
background-color: #9263FA;
}
</style>
border-color css
<style>
span { border-color: #9263FA; }
span { border-color: rgb(146,99,250); }
td.TdClassName
{
border-color: #9263FA;
}
.TagClassName
{
border-color: #9263FA;
}
</style>