Shades of Light Slate Blue #9259F8
Tints of Light Slate Blue #9259F8
RGB
CMYK
RGB Variations
Color information
#9259F8 (or 0x9259F8) is known color: Light Slate Blue. HEX triplet: 92, 59 and F8. RGB value is (146,89,248). Sum of RGB (Red+Green+Blue) = 146+89+248=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #9259F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9259F8 is #6DA607. Grayscale: #7B7B7B. Windows color (decimal): -7185928 or 16275858. OLE color: 16275858.
HSL color Cylindrical-coordinate representation of color #9259F8: hue angle of 261.51º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9259F8 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 89 | 248 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.03 |
| HSL | 261.51º | 0.92% | 0.66% | - |
| HSV(B) | 261.51º | 0.64% | 0.97% | - |
| XYZ | 32.37 | 20.03 | 90.97 | - |
| YUV | 124.17 | 197.88 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 248 | 0.41 | 0.64 | 0 | 0.03 | 261.51 | 0.92 | 0.66 |
| Hex | 92 | 59 | F8 | 29 | 40 | 0 | 3 | 106 | 5C | 42 |
| Octal | 222 | 131 | 370 | 51 | 100 | 0 | 3 | 406 | 134 | 102 |
| Binary | 10010010 | 1011001 | 11111000 | 101001 | 1000000 | 0 | 11 | 100000110 | 1011100 | 1000010 |
Color Harmonies of #9259F8
Complementary color
Monochromatic Colors of #9259F8
Black with #9259F8
Text Example
Text Example
White with #9259F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9259F8; }
p { color: rgb(146,89,248); }
H1.HeaderClassName
{
color: #9259F8;
}
.AnyTagClassName
{
color: #9259F8;
}
</style>
background-color css
<style>
a { background-color: #9259F8; }
a { background-color: rgb(146,89,248); }
div.DivClassName
{
background-color: #9259F8;
}
.BgClassName
{
background-color: #9259F8;
}
</style>
border-color css
<style>
span { border-color: #9259F8; }
span { border-color: rgb(146,89,248); }
td.TdClassName
{
border-color: #9259F8;
}
.TagClassName
{
border-color: #9259F8;
}
</style>