Shades of Light Slate Blue #926CFF
Tints of Light Slate Blue #926CFF
RGB
CMYK
RGB Variations
Color information
#926CFF (or 0x926CFF) is known color: Light Slate Blue. HEX triplet: 92, 6C and FF. RGB value is (146,108,255). Sum of RGB (Red+Green+Blue) = 146+108+255=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #926CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CFF is #6D9300. Grayscale: #878787. Windows color (decimal): -7181057 or 16739474. OLE color: 16739474.
HSL color Cylindrical-coordinate representation of color #926CFF: hue angle of 255.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #926CFF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 108 | 255 | - |
| CMYK | 0.43 | 0.58 | 0 | 0 |
| HSL | 255.51º | 1% | 0.71% | - |
| HSV(B) | 255.51º | 0.58% | 1% | - |
| XYZ | 35.27 | 24.06 | 97.39 | - |
| YUV | 136.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 255 | 0.43 | 0.58 | 0 | 0 | 255.51 | 1 | 0.71 |
| Hex | 92 | 6C | FF | 2B | 3A | 0 | 0 | 100 | 64 | 47 |
| Octal | 222 | 154 | 377 | 53 | 72 | 0 | 0 | 400 | 144 | 107 |
| Binary | 10010010 | 1101100 | 11111111 | 101011 | 111010 | 0 | 0 | 100000000 | 1100100 | 1000111 |
Color Harmonies of #926CFF
Complementary color
Monochromatic Colors of #926CFF
Black with #926CFF
Text Example
Text Example
White with #926CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CFF; }
p { color: rgb(146,108,255); }
H1.HeaderClassName
{
color: #926CFF;
}
.AnyTagClassName
{
color: #926CFF;
}
</style>
background-color css
<style>
a { background-color: #926CFF; }
a { background-color: rgb(146,108,255); }
div.DivClassName
{
background-color: #926CFF;
}
.BgClassName
{
background-color: #926CFF;
}
</style>
border-color css
<style>
span { border-color: #926CFF; }
span { border-color: rgb(146,108,255); }
td.TdClassName
{
border-color: #926CFF;
}
.TagClassName
{
border-color: #926CFF;
}
</style>