Shades of Light Slate Blue #9269FA
Tints of Light Slate Blue #9269FA
RGB
CMYK
RGB Variations
Color information
#9269FA (or 0x9269FA) is known color: Light Slate Blue. HEX triplet: 92, 69 and FA. RGB value is (146,105,250). Sum of RGB (Red+Green+Blue) = 146+105+250=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #9269FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9269FA is #6D9605. Grayscale: #858585. Windows color (decimal): -7181830 or 16411026. OLE color: 16411026.
HSL color Cylindrical-coordinate representation of color #9269FA: hue angle of 256.97º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9269FA is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 105 | 250 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.02 |
| HSL | 256.97º | 0.94% | 0.7% | - |
| HSV(B) | 256.97º | 0.58% | 0.98% | - |
| XYZ | 34.16 | 23.12 | 93.1 | - |
| YUV | 133.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 250 | 0.42 | 0.58 | 0 | 0.02 | 256.97 | 0.94 | 0.7 |
| Hex | 92 | 69 | FA | 2A | 3A | 0 | 2 | 101 | 5E | 46 |
| Octal | 222 | 151 | 372 | 52 | 72 | 0 | 2 | 401 | 136 | 106 |
| Binary | 10010010 | 1101001 | 11111010 | 101010 | 111010 | 0 | 10 | 100000001 | 1011110 | 1000110 |
Color Harmonies of #9269FA
Complementary color
Monochromatic Colors of #9269FA
Black with #9269FA
Text Example
Text Example
White with #9269FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9269FA; }
p { color: rgb(146,105,250); }
H1.HeaderClassName
{
color: #9269FA;
}
.AnyTagClassName
{
color: #9269FA;
}
</style>
background-color css
<style>
a { background-color: #9269FA; }
a { background-color: rgb(146,105,250); }
div.DivClassName
{
background-color: #9269FA;
}
.BgClassName
{
background-color: #9269FA;
}
</style>
border-color css
<style>
span { border-color: #9269FA; }
span { border-color: rgb(146,105,250); }
td.TdClassName
{
border-color: #9269FA;
}
.TagClassName
{
border-color: #9269FA;
}
</style>