Shades of Light Slate Blue #845BFE
Tints of Light Slate Blue #845BFE
RGB
CMYK
RGB Variations
Color information
#845BFE (or 0x845BFE) is known color: Light Slate Blue. HEX triplet: 84, 5B and FE. RGB value is (132,91,254). Sum of RGB (Red+Green+Blue) = 132+91+254=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #845BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BFE is #7BA401. Grayscale: #797979. Windows color (decimal): -8102914 or 16669572. OLE color: 16669572.
HSL color Cylindrical-coordinate representation of color #845BFE: hue angle of 255.09º 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 #845BFE is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 91 | 254 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.00 |
| HSL | 255.09º | 0.99% | 0.68% | - |
| HSV(B) | 255.09º | 0.64% | 1% | - |
| XYZ | 31.15 | 19.54 | 95.9 | - |
| YUV | 121.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 254 | 0.48 | 0.64 | 0 | 0.00 | 255.09 | 0.99 | 0.68 |
| Hex | 84 | 5B | FE | 30 | 40 | 0 | 0 | FF | 63 | 44 |
| Octal | 204 | 133 | 376 | 60 | 100 | 0 | 0 | 377 | 143 | 104 |
| Binary | 10000100 | 1011011 | 11111110 | 110000 | 1000000 | 0 | 0 | 11111111 | 1100011 | 1000100 |
Color Harmonies of #845BFE
Complementary color
Monochromatic Colors of #845BFE
Black with #845BFE
Text Example
Text Example
White with #845BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BFE; }
p { color: rgb(132,91,254); }
H1.HeaderClassName
{
color: #845BFE;
}
.AnyTagClassName
{
color: #845BFE;
}
</style>
background-color css
<style>
a { background-color: #845BFE; }
a { background-color: rgb(132,91,254); }
div.DivClassName
{
background-color: #845BFE;
}
.BgClassName
{
background-color: #845BFE;
}
</style>
border-color css
<style>
span { border-color: #845BFE; }
span { border-color: rgb(132,91,254); }
td.TdClassName
{
border-color: #845BFE;
}
.TagClassName
{
border-color: #845BFE;
}
</style>