Shades of Light Slate Blue #845BFD
Tints of Light Slate Blue #845BFD
RGB
CMYK
RGB Variations
Color information
#845BFD (or 0x845BFD) is known color: Light Slate Blue. HEX triplet: 84, 5B and FD. RGB value is (132,91,253). Sum of RGB (Red+Green+Blue) = 132+91+253=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #845BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BFD is #7BA402. Grayscale: #797979. Windows color (decimal): -8102915 or 16604036. OLE color: 16604036.
HSL color Cylindrical-coordinate representation of color #845BFD: hue angle of 255.19º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845BFD is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 91 | 253 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.01 |
| HSL | 255.19º | 0.98% | 0.67% | - |
| HSV(B) | 255.19º | 0.64% | 0.99% | - |
| XYZ | 30.99 | 19.48 | 95.06 | - |
| YUV | 121.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 253 | 0.48 | 0.64 | 0 | 0.01 | 255.19 | 0.98 | 0.67 |
| Hex | 84 | 5B | FD | 30 | 40 | 0 | 1 | FF | 62 | 43 |
| Octal | 204 | 133 | 375 | 60 | 100 | 0 | 1 | 377 | 142 | 103 |
| Binary | 10000100 | 1011011 | 11111101 | 110000 | 1000000 | 0 | 1 | 11111111 | 1100010 | 1000011 |
Color Harmonies of #845BFD
Complementary color
Monochromatic Colors of #845BFD
Black with #845BFD
Text Example
Text Example
White with #845BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BFD; }
p { color: rgb(132,91,253); }
H1.HeaderClassName
{
color: #845BFD;
}
.AnyTagClassName
{
color: #845BFD;
}
</style>
background-color css
<style>
a { background-color: #845BFD; }
a { background-color: rgb(132,91,253); }
div.DivClassName
{
background-color: #845BFD;
}
.BgClassName
{
background-color: #845BFD;
}
</style>
border-color css
<style>
span { border-color: #845BFD; }
span { border-color: rgb(132,91,253); }
td.TdClassName
{
border-color: #845BFD;
}
.TagClassName
{
border-color: #845BFD;
}
</style>