Shades of Light Slate Blue #925BFF
Tints of Light Slate Blue #925BFF
RGB
CMYK
RGB Variations
Color information
#925BFF (or 0x925BFF) is known color: Light Slate Blue. HEX triplet: 92, 5B and FF. RGB value is (146,91,255). Sum of RGB (Red+Green+Blue) = 146+91+255=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #925BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BFF is #6DA400. Grayscale: #7D7D7D. Windows color (decimal): -7185409 or 16735122. OLE color: 16735122.
HSL color Cylindrical-coordinate representation of color #925BFF: hue angle of 260.12º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #925BFF is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 91 | 255 | - |
| CMYK | 0.43 | 0.64 | 0 | 0 |
| HSL | 260.12º | 1% | 0.68% | - |
| HSV(B) | 260.12º | 0.64% | 1% | - |
| XYZ | 33.65 | 20.81 | 96.85 | - |
| YUV | 126.14 | 200.72 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 255 | 0.43 | 0.64 | 0 | 0 | 260.12 | 1 | 0.68 |
| Hex | 92 | 5B | FF | 2B | 40 | 0 | 0 | 104 | 64 | 44 |
| Octal | 222 | 133 | 377 | 53 | 100 | 0 | 0 | 404 | 144 | 104 |
| Binary | 10010010 | 1011011 | 11111111 | 101011 | 1000000 | 0 | 0 | 100000100 | 1100100 | 1000100 |
Color Harmonies of #925BFF
Complementary color
Monochromatic Colors of #925BFF
Black with #925BFF
Text Example
Text Example
White with #925BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BFF; }
p { color: rgb(146,91,255); }
H1.HeaderClassName
{
color: #925BFF;
}
.AnyTagClassName
{
color: #925BFF;
}
</style>
background-color css
<style>
a { background-color: #925BFF; }
a { background-color: rgb(146,91,255); }
div.DivClassName
{
background-color: #925BFF;
}
.BgClassName
{
background-color: #925BFF;
}
</style>
border-color css
<style>
span { border-color: #925BFF; }
span { border-color: rgb(146,91,255); }
td.TdClassName
{
border-color: #925BFF;
}
.TagClassName
{
border-color: #925BFF;
}
</style>