Shades of Light Slate Blue #9263FC
Tints of Light Slate Blue #9263FC
RGB
CMYK
RGB Variations
Color information
#9263FC (or 0x9263FC) is known color: Light Slate Blue. HEX triplet: 92, 63 and FC. RGB value is (146,99,252). Sum of RGB (Red+Green+Blue) = 146+99+252=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #9263FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263FC is #6D9C03. Grayscale: #818181. Windows color (decimal): -7183364 or 16540562. OLE color: 16540562.
HSL color Cylindrical-coordinate representation of color #9263FC: hue angle of 258.43º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9263FC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 99 | 252 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.01 |
| HSL | 258.43º | 0.96% | 0.69% | - |
| HSV(B) | 258.43º | 0.61% | 0.99% | - |
| XYZ | 33.89 | 22.06 | 94.57 | - |
| YUV | 130.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 252 | 0.42 | 0.61 | 0 | 0.01 | 258.43 | 0.96 | 0.69 |
| Hex | 92 | 63 | FC | 2A | 3D | 0 | 1 | 102 | 60 | 45 |
| Octal | 222 | 143 | 374 | 52 | 75 | 0 | 1 | 402 | 140 | 105 |
| Binary | 10010010 | 1100011 | 11111100 | 101010 | 111101 | 0 | 1 | 100000010 | 1100000 | 1000101 |
Color Harmonies of #9263FC
Complementary color
Monochromatic Colors of #9263FC
Black with #9263FC
Text Example
Text Example
White with #9263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263FC; }
p { color: rgb(146,99,252); }
H1.HeaderClassName
{
color: #9263FC;
}
.AnyTagClassName
{
color: #9263FC;
}
</style>
background-color css
<style>
a { background-color: #9263FC; }
a { background-color: rgb(146,99,252); }
div.DivClassName
{
background-color: #9263FC;
}
.BgClassName
{
background-color: #9263FC;
}
</style>
border-color css
<style>
span { border-color: #9263FC; }
span { border-color: rgb(146,99,252); }
td.TdClassName
{
border-color: #9263FC;
}
.TagClassName
{
border-color: #9263FC;
}
</style>