Shades of Light Slate Blue #9269F9
Tints of Light Slate Blue #9269F9
RGB
CMYK
RGB Variations
Color information
#9269F9 (or 0x9269F9) is known color: Light Slate Blue. HEX triplet: 92, 69 and F9. RGB value is (146,105,249). Sum of RGB (Red+Green+Blue) = 146+105+249=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #9269F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9269F9 is #6D9606. Grayscale: #858585. Windows color (decimal): -7181831 or 16345490. OLE color: 16345490.
HSL color Cylindrical-coordinate representation of color #9269F9: hue angle of 257.08º degrees, saturation: 0.92, 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 #9269F9 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 105 | 249 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.02 |
| HSL | 257.08º | 0.92% | 0.69% | - |
| HSV(B) | 257.08º | 0.58% | 0.98% | - |
| XYZ | 34 | 23.05 | 92.28 | - |
| YUV | 133.68 | 193.08 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 249 | 0.41 | 0.58 | 0 | 0.02 | 257.08 | 0.92 | 0.69 |
| Hex | 92 | 69 | F9 | 29 | 3A | 0 | 2 | 101 | 5C | 45 |
| Octal | 222 | 151 | 371 | 51 | 72 | 0 | 2 | 401 | 134 | 105 |
| Binary | 10010010 | 1101001 | 11111001 | 101001 | 111010 | 0 | 10 | 100000001 | 1011100 | 1000101 |
Color Harmonies of #9269F9
Complementary color
Monochromatic Colors of #9269F9
Black with #9269F9
Text Example
Text Example
White with #9269F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9269F9; }
p { color: rgb(146,105,249); }
H1.HeaderClassName
{
color: #9269F9;
}
.AnyTagClassName
{
color: #9269F9;
}
</style>
background-color css
<style>
a { background-color: #9269F9; }
a { background-color: rgb(146,105,249); }
div.DivClassName
{
background-color: #9269F9;
}
.BgClassName
{
background-color: #9269F9;
}
</style>
border-color css
<style>
span { border-color: #9269F9; }
span { border-color: rgb(146,105,249); }
td.TdClassName
{
border-color: #9269F9;
}
.TagClassName
{
border-color: #9269F9;
}
</style>