Shades of Light Slate Blue #926FFF
Tints of Light Slate Blue #926FFF
RGB
CMYK
RGB Variations
Color information
#926FFF (or 0x926FFF) is known color: Light Slate Blue. HEX triplet: 92, 6F and FF. RGB value is (146,111,255). Sum of RGB (Red+Green+Blue) = 146+111+255=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #926FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FFF is #6D9000. Grayscale: #898989. Windows color (decimal): -7180289 or 16740242. OLE color: 16740242.
HSL color Cylindrical-coordinate representation of color #926FFF: hue angle of 254.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926FFF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 111 | 255 | - |
| CMYK | 0.43 | 0.56 | 0 | 0 |
| HSL | 254.58º | 1% | 0.72% | - |
| HSV(B) | 254.58º | 0.56% | 1% | - |
| XYZ | 35.59 | 24.7 | 97.5 | - |
| YUV | 137.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 255 | 0.43 | 0.56 | 0 | 0 | 254.58 | 1 | 0.72 |
| Hex | 92 | 6F | FF | 2B | 38 | 0 | 0 | FF | 64 | 48 |
| Octal | 222 | 157 | 377 | 53 | 70 | 0 | 0 | 377 | 144 | 110 |
| Binary | 10010010 | 1101111 | 11111111 | 101011 | 111000 | 0 | 0 | 11111111 | 1100100 | 1001000 |
Color Harmonies of #926FFF
Complementary color
Monochromatic Colors of #926FFF
Black with #926FFF
Text Example
Text Example
White with #926FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FFF; }
p { color: rgb(146,111,255); }
H1.HeaderClassName
{
color: #926FFF;
}
.AnyTagClassName
{
color: #926FFF;
}
</style>
background-color css
<style>
a { background-color: #926FFF; }
a { background-color: rgb(146,111,255); }
div.DivClassName
{
background-color: #926FFF;
}
.BgClassName
{
background-color: #926FFF;
}
</style>
border-color css
<style>
span { border-color: #926FFF; }
span { border-color: rgb(146,111,255); }
td.TdClassName
{
border-color: #926FFF;
}
.TagClassName
{
border-color: #926FFF;
}
</style>