Shades of Light Slate Blue #9266FA
Tints of Light Slate Blue #9266FA
RGB
CMYK
RGB Variations
Color information
#9266FA (or 0x9266FA) is known color: Light Slate Blue. HEX triplet: 92, 66 and FA. RGB value is (146,102,250). Sum of RGB (Red+Green+Blue) = 146+102+250=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #9266FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9266FA is #6D9905. Grayscale: #838383. Windows color (decimal): -7182598 or 16410258. OLE color: 16410258.
HSL color Cylindrical-coordinate representation of color #9266FA: hue angle of 257.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9266FA is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 102 | 250 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.02 |
| HSL | 257.84º | 0.94% | 0.69% | - |
| HSV(B) | 257.84º | 0.59% | 0.98% | - |
| XYZ | 33.86 | 22.52 | 93 | - |
| YUV | 132.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 250 | 0.42 | 0.59 | 0 | 0.02 | 257.84 | 0.94 | 0.69 |
| Hex | 92 | 66 | FA | 2A | 3B | 0 | 2 | 102 | 5E | 45 |
| Octal | 222 | 146 | 372 | 52 | 73 | 0 | 2 | 402 | 136 | 105 |
| Binary | 10010010 | 1100110 | 11111010 | 101010 | 111011 | 0 | 10 | 100000010 | 1011110 | 1000101 |
Color Harmonies of #9266FA
Complementary color
Monochromatic Colors of #9266FA
Black with #9266FA
Text Example
Text Example
White with #9266FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9266FA; }
p { color: rgb(146,102,250); }
H1.HeaderClassName
{
color: #9266FA;
}
.AnyTagClassName
{
color: #9266FA;
}
</style>
background-color css
<style>
a { background-color: #9266FA; }
a { background-color: rgb(146,102,250); }
div.DivClassName
{
background-color: #9266FA;
}
.BgClassName
{
background-color: #9266FA;
}
</style>
border-color css
<style>
span { border-color: #9266FA; }
span { border-color: rgb(146,102,250); }
td.TdClassName
{
border-color: #9266FA;
}
.TagClassName
{
border-color: #9266FA;
}
</style>