Shades of Light Slate Blue #845BFF
Tints of Light Slate Blue #845BFF
RGB
CMYK
RGB Variations
Color information
#845BFF (or 0x845BFF) is known color: Light Slate Blue. HEX triplet: 84, 5B and FF. RGB value is (132,91,255). Sum of RGB (Red+Green+Blue) = 132+91+255=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #845BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BFF is #7BA400. Grayscale: #797979. Windows color (decimal): -8102913 or 16735108. OLE color: 16735108.
HSL color Cylindrical-coordinate representation of color #845BFF: hue angle of 255º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845BFF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 91 | 255 | - |
| CMYK | 0.48 | 0.64 | 0 | 0 |
| HSL | 255º | 1% | 0.68% | - |
| HSV(B) | 255º | 0.64% | 1% | - |
| XYZ | 31.31 | 19.61 | 96.74 | - |
| YUV | 121.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 255 | 0.48 | 0.64 | 0 | 0 | 255 | 1 | 0.68 |
| Hex | 84 | 5B | FF | 30 | 40 | 0 | 0 | FF | 64 | 44 |
| Octal | 204 | 133 | 377 | 60 | 100 | 0 | 0 | 377 | 144 | 104 |
| Binary | 10000100 | 1011011 | 11111111 | 110000 | 1000000 | 0 | 0 | 11111111 | 1100100 | 1000100 |
Color Harmonies of #845BFF
Complementary color
Monochromatic Colors of #845BFF
Black with #845BFF
Text Example
Text Example
White with #845BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BFF; }
p { color: rgb(132,91,255); }
H1.HeaderClassName
{
color: #845BFF;
}
.AnyTagClassName
{
color: #845BFF;
}
</style>
background-color css
<style>
a { background-color: #845BFF; }
a { background-color: rgb(132,91,255); }
div.DivClassName
{
background-color: #845BFF;
}
.BgClassName
{
background-color: #845BFF;
}
</style>
border-color css
<style>
span { border-color: #845BFF; }
span { border-color: rgb(132,91,255); }
td.TdClassName
{
border-color: #845BFF;
}
.TagClassName
{
border-color: #845BFF;
}
</style>