Shades of Light Slate Blue #845CFD
Tints of Light Slate Blue #845CFD
RGB
CMYK
RGB Variations
Color information
#845CFD (or 0x845CFD) is known color: Light Slate Blue. HEX triplet: 84, 5C and FD. RGB value is (132,92,253). Sum of RGB (Red+Green+Blue) = 132+92+253=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #845CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CFD is #7BA302. Grayscale: #797979. Windows color (decimal): -8102659 or 16604292. OLE color: 16604292.
HSL color Cylindrical-coordinate representation of color #845CFD: hue angle of 254.91º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845CFD is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 92 | 253 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.01 |
| HSL | 254.91º | 0.98% | 0.68% | - |
| HSV(B) | 254.91º | 0.64% | 0.99% | - |
| XYZ | 31.07 | 19.65 | 95.08 | - |
| YUV | 122.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 253 | 0.48 | 0.64 | 0 | 0.01 | 254.91 | 0.98 | 0.68 |
| Hex | 84 | 5C | FD | 30 | 40 | 0 | 1 | FF | 62 | 44 |
| Octal | 204 | 134 | 375 | 60 | 100 | 0 | 1 | 377 | 142 | 104 |
| Binary | 10000100 | 1011100 | 11111101 | 110000 | 1000000 | 0 | 1 | 11111111 | 1100010 | 1000100 |
Color Harmonies of #845CFD
Complementary color
Monochromatic Colors of #845CFD
Black with #845CFD
Text Example
Text Example
White with #845CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CFD; }
p { color: rgb(132,92,253); }
H1.HeaderClassName
{
color: #845CFD;
}
.AnyTagClassName
{
color: #845CFD;
}
</style>
background-color css
<style>
a { background-color: #845CFD; }
a { background-color: rgb(132,92,253); }
div.DivClassName
{
background-color: #845CFD;
}
.BgClassName
{
background-color: #845CFD;
}
</style>
border-color css
<style>
span { border-color: #845CFD; }
span { border-color: rgb(132,92,253); }
td.TdClassName
{
border-color: #845CFD;
}
.TagClassName
{
border-color: #845CFD;
}
</style>