Shades of Light Slate Blue #845FFE
Tints of Light Slate Blue #845FFE
RGB
CMYK
RGB Variations
Color information
#845FFE (or 0x845FFE) is known color: Light Slate Blue. HEX triplet: 84, 5F and FE. RGB value is (132,95,254). Sum of RGB (Red+Green+Blue) = 132+95+254=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #845FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845FFE is #7BA001. Grayscale: #7B7B7B. Windows color (decimal): -8101890 or 16670596. OLE color: 16670596.
HSL color Cylindrical-coordinate representation of color #845FFE: hue angle of 253.96º 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 #845FFE is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 95 | 254 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.00 |
| HSL | 253.96º | 0.99% | 0.68% | - |
| HSV(B) | 253.96º | 0.63% | 1% | - |
| XYZ | 31.5 | 20.25 | 96.01 | - |
| YUV | 124.19 | 201.26 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 254 | 0.48 | 0.63 | 0 | 0.00 | 253.96 | 0.99 | 0.68 |
| Hex | 84 | 5F | FE | 30 | 3F | 0 | 0 | FE | 63 | 44 |
| Octal | 204 | 137 | 376 | 60 | 77 | 0 | 0 | 376 | 143 | 104 |
| Binary | 10000100 | 1011111 | 11111110 | 110000 | 111111 | 0 | 0 | 11111110 | 1100011 | 1000100 |
Color Harmonies of #845FFE
Complementary color
Monochromatic Colors of #845FFE
Black with #845FFE
Text Example
Text Example
White with #845FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FFE; }
p { color: rgb(132,95,254); }
H1.HeaderClassName
{
color: #845FFE;
}
.AnyTagClassName
{
color: #845FFE;
}
</style>
background-color css
<style>
a { background-color: #845FFE; }
a { background-color: rgb(132,95,254); }
div.DivClassName
{
background-color: #845FFE;
}
.BgClassName
{
background-color: #845FFE;
}
</style>
border-color css
<style>
span { border-color: #845FFE; }
span { border-color: rgb(132,95,254); }
td.TdClassName
{
border-color: #845FFE;
}
.TagClassName
{
border-color: #845FFE;
}
</style>