Shades of Light Slate Blue #9268FA
Tints of Light Slate Blue #9268FA
RGB
CMYK
RGB Variations
Color information
#9268FA (or 0x9268FA) is known color: Light Slate Blue. HEX triplet: 92, 68 and FA. RGB value is (146,104,250). Sum of RGB (Red+Green+Blue) = 146+104+250=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #9268FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268FA is #6D9705. Grayscale: #848484. Windows color (decimal): -7182086 or 16410770. OLE color: 16410770.
HSL color Cylindrical-coordinate representation of color #9268FA: hue angle of 257.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9268FA is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 104 | 250 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.02 |
| HSL | 257.26º | 0.94% | 0.69% | - |
| HSV(B) | 257.26º | 0.58% | 0.98% | - |
| XYZ | 34.06 | 22.91 | 93.07 | - |
| YUV | 133.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 250 | 0.42 | 0.58 | 0 | 0.02 | 257.26 | 0.94 | 0.69 |
| Hex | 92 | 68 | FA | 2A | 3A | 0 | 2 | 101 | 5E | 45 |
| Octal | 222 | 150 | 372 | 52 | 72 | 0 | 2 | 401 | 136 | 105 |
| Binary | 10010010 | 1101000 | 11111010 | 101010 | 111010 | 0 | 10 | 100000001 | 1011110 | 1000101 |
Color Harmonies of #9268FA
Complementary color
Monochromatic Colors of #9268FA
Black with #9268FA
Text Example
Text Example
White with #9268FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268FA; }
p { color: rgb(146,104,250); }
H1.HeaderClassName
{
color: #9268FA;
}
.AnyTagClassName
{
color: #9268FA;
}
</style>
background-color css
<style>
a { background-color: #9268FA; }
a { background-color: rgb(146,104,250); }
div.DivClassName
{
background-color: #9268FA;
}
.BgClassName
{
background-color: #9268FA;
}
</style>
border-color css
<style>
span { border-color: #9268FA; }
span { border-color: rgb(146,104,250); }
td.TdClassName
{
border-color: #9268FA;
}
.TagClassName
{
border-color: #9268FA;
}
</style>