Shades of Light Slate Blue #926AF9
Tints of Light Slate Blue #926AF9
RGB
CMYK
RGB Variations
Color information
#926AF9 (or 0x926AF9) is known color: Light Slate Blue. HEX triplet: 92, 6A and F9. RGB value is (146,106,249). Sum of RGB (Red+Green+Blue) = 146+106+249=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #926AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926AF9 is #6D9506. Grayscale: #858585. Windows color (decimal): -7181575 or 16345746. OLE color: 16345746.
HSL color Cylindrical-coordinate representation of color #926AF9: hue angle of 256.78º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #926AF9 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 106 | 249 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.02 |
| HSL | 256.78º | 0.92% | 0.7% | - |
| HSV(B) | 256.78º | 0.57% | 0.98% | - |
| XYZ | 34.11 | 23.26 | 92.31 | - |
| YUV | 134.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 249 | 0.41 | 0.57 | 0 | 0.02 | 256.78 | 0.92 | 0.7 |
| Hex | 92 | 6A | F9 | 29 | 39 | 0 | 2 | 101 | 5C | 46 |
| Octal | 222 | 152 | 371 | 51 | 71 | 0 | 2 | 401 | 134 | 106 |
| Binary | 10010010 | 1101010 | 11111001 | 101001 | 111001 | 0 | 10 | 100000001 | 1011100 | 1000110 |
Color Harmonies of #926AF9
Complementary color
Monochromatic Colors of #926AF9
Black with #926AF9
Text Example
Text Example
White with #926AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AF9; }
p { color: rgb(146,106,249); }
H1.HeaderClassName
{
color: #926AF9;
}
.AnyTagClassName
{
color: #926AF9;
}
</style>
background-color css
<style>
a { background-color: #926AF9; }
a { background-color: rgb(146,106,249); }
div.DivClassName
{
background-color: #926AF9;
}
.BgClassName
{
background-color: #926AF9;
}
</style>
border-color css
<style>
span { border-color: #926AF9; }
span { border-color: rgb(146,106,249); }
td.TdClassName
{
border-color: #926AF9;
}
.TagClassName
{
border-color: #926AF9;
}
</style>