Shades of Light Slate Blue #925FFF
Tints of Light Slate Blue #925FFF
RGB
CMYK
RGB Variations
Color information
#925FFF (or 0x925FFF) is known color: Light Slate Blue. HEX triplet: 92, 5F and FF. RGB value is (146,95,255). Sum of RGB (Red+Green+Blue) = 146+95+255=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #925FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925FFF is #6DA000. Grayscale: #7F7F7F. Windows color (decimal): -7184385 or 16736146. OLE color: 16736146.
HSL color Cylindrical-coordinate representation of color #925FFF: hue angle of 259.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #925FFF is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 95 | 255 | - |
| CMYK | 0.43 | 0.63 | 0 | 0 |
| HSL | 259.13º | 1% | 0.69% | - |
| HSV(B) | 259.13º | 0.63% | 1% | - |
| XYZ | 34 | 21.52 | 96.97 | - |
| YUV | 128.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 255 | 0.43 | 0.63 | 0 | 0 | 259.13 | 1 | 0.69 |
| Hex | 92 | 5F | FF | 2B | 3F | 0 | 0 | 103 | 64 | 45 |
| Octal | 222 | 137 | 377 | 53 | 77 | 0 | 0 | 403 | 144 | 105 |
| Binary | 10010010 | 1011111 | 11111111 | 101011 | 111111 | 0 | 0 | 100000011 | 1100100 | 1000101 |
Color Harmonies of #925FFF
Complementary color
Monochromatic Colors of #925FFF
Black with #925FFF
Text Example
Text Example
White with #925FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FFF; }
p { color: rgb(146,95,255); }
H1.HeaderClassName
{
color: #925FFF;
}
.AnyTagClassName
{
color: #925FFF;
}
</style>
background-color css
<style>
a { background-color: #925FFF; }
a { background-color: rgb(146,95,255); }
div.DivClassName
{
background-color: #925FFF;
}
.BgClassName
{
background-color: #925FFF;
}
</style>
border-color css
<style>
span { border-color: #925FFF; }
span { border-color: rgb(146,95,255); }
td.TdClassName
{
border-color: #925FFF;
}
.TagClassName
{
border-color: #925FFF;
}
</style>