Shades of Light Slate Blue #925FFE
Tints of Light Slate Blue #925FFE
RGB
CMYK
RGB Variations
Color information
#925FFE (or 0x925FFE) is known color: Light Slate Blue. HEX triplet: 92, 5F and FE. RGB value is (146,95,254). Sum of RGB (Red+Green+Blue) = 146+95+254=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #925FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925FFE is #6DA001. Grayscale: #7F7F7F. Windows color (decimal): -7184386 or 16670610. OLE color: 16670610.
HSL color Cylindrical-coordinate representation of color #925FFE: hue angle of 259.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #925FFE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 95 | 254 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.00 |
| HSL | 259.25º | 0.99% | 0.68% | - |
| HSV(B) | 259.25º | 0.63% | 1% | - |
| XYZ | 33.84 | 21.45 | 96.12 | - |
| YUV | 128.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 254 | 0.43 | 0.63 | 0 | 0.00 | 259.25 | 0.99 | 0.68 |
| Hex | 92 | 5F | FE | 2B | 3F | 0 | 0 | 103 | 63 | 44 |
| Octal | 222 | 137 | 376 | 53 | 77 | 0 | 0 | 403 | 143 | 104 |
| Binary | 10010010 | 1011111 | 11111110 | 101011 | 111111 | 0 | 0 | 100000011 | 1100011 | 1000100 |
Color Harmonies of #925FFE
Complementary color
Monochromatic Colors of #925FFE
Black with #925FFE
Text Example
Text Example
White with #925FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FFE; }
p { color: rgb(146,95,254); }
H1.HeaderClassName
{
color: #925FFE;
}
.AnyTagClassName
{
color: #925FFE;
}
</style>
background-color css
<style>
a { background-color: #925FFE; }
a { background-color: rgb(146,95,254); }
div.DivClassName
{
background-color: #925FFE;
}
.BgClassName
{
background-color: #925FFE;
}
</style>
border-color css
<style>
span { border-color: #925FFE; }
span { border-color: rgb(146,95,254); }
td.TdClassName
{
border-color: #925FFE;
}
.TagClassName
{
border-color: #925FFE;
}
</style>