Shades of Light Slate Blue #845CFE
Tints of Light Slate Blue #845CFE
RGB
CMYK
RGB Variations
Color information
#845CFE (or 0x845CFE) is known color: Light Slate Blue. HEX triplet: 84, 5C and FE. RGB value is (132,92,254). Sum of RGB (Red+Green+Blue) = 132+92+254=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #845CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CFE is #7BA301. Grayscale: #797979. Windows color (decimal): -8102658 or 16669828. OLE color: 16669828.
HSL color Cylindrical-coordinate representation of color #845CFE: hue angle of 254.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845CFE is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 92 | 254 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.00 |
| HSL | 254.81º | 0.99% | 0.68% | - |
| HSV(B) | 254.81º | 0.64% | 1% | - |
| XYZ | 31.23 | 19.72 | 95.93 | - |
| YUV | 122.43 | 202.25 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 254 | 0.48 | 0.64 | 0 | 0.00 | 254.81 | 0.99 | 0.68 |
| Hex | 84 | 5C | FE | 30 | 40 | 0 | 0 | FF | 63 | 44 |
| Octal | 204 | 134 | 376 | 60 | 100 | 0 | 0 | 377 | 143 | 104 |
| Binary | 10000100 | 1011100 | 11111110 | 110000 | 1000000 | 0 | 0 | 11111111 | 1100011 | 1000100 |
Color Harmonies of #845CFE
Complementary color
Monochromatic Colors of #845CFE
Black with #845CFE
Text Example
Text Example
White with #845CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CFE; }
p { color: rgb(132,92,254); }
H1.HeaderClassName
{
color: #845CFE;
}
.AnyTagClassName
{
color: #845CFE;
}
</style>
background-color css
<style>
a { background-color: #845CFE; }
a { background-color: rgb(132,92,254); }
div.DivClassName
{
background-color: #845CFE;
}
.BgClassName
{
background-color: #845CFE;
}
</style>
border-color css
<style>
span { border-color: #845CFE; }
span { border-color: rgb(132,92,254); }
td.TdClassName
{
border-color: #845CFE;
}
.TagClassName
{
border-color: #845CFE;
}
</style>