Shades of Light Slate Blue #9262F8
Tints of Light Slate Blue #9262F8
RGB
CMYK
RGB Variations
Color information
#9262F8 (or 0x9262F8) is known color: Light Slate Blue. HEX triplet: 92, 62 and F8. RGB value is (146,98,248). Sum of RGB (Red+Green+Blue) = 146+98+248=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #9262F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9262F8 is #6D9D07. Grayscale: #808080. Windows color (decimal): -7183624 or 16278162. OLE color: 16278162.
HSL color Cylindrical-coordinate representation of color #9262F8: hue angle of 259.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9262F8 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 98 | 248 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.03 |
| HSL | 259.2º | 0.91% | 0.68% | - |
| HSV(B) | 259.2º | 0.6% | 0.97% | - |
| XYZ | 33.17 | 21.62 | 91.23 | - |
| YUV | 129.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 248 | 0.41 | 0.60 | 0 | 0.03 | 259.2 | 0.91 | 0.68 |
| Hex | 92 | 62 | F8 | 29 | 3C | 0 | 3 | 103 | 5B | 44 |
| Octal | 222 | 142 | 370 | 51 | 74 | 0 | 3 | 403 | 133 | 104 |
| Binary | 10010010 | 1100010 | 11111000 | 101001 | 111100 | 0 | 11 | 100000011 | 1011011 | 1000100 |
Color Harmonies of #9262F8
Complementary color
Monochromatic Colors of #9262F8
Black with #9262F8
Text Example
Text Example
White with #9262F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262F8; }
p { color: rgb(146,98,248); }
H1.HeaderClassName
{
color: #9262F8;
}
.AnyTagClassName
{
color: #9262F8;
}
</style>
background-color css
<style>
a { background-color: #9262F8; }
a { background-color: rgb(146,98,248); }
div.DivClassName
{
background-color: #9262F8;
}
.BgClassName
{
background-color: #9262F8;
}
</style>
border-color css
<style>
span { border-color: #9262F8; }
span { border-color: rgb(146,98,248); }
td.TdClassName
{
border-color: #9262F8;
}
.TagClassName
{
border-color: #9262F8;
}
</style>