Shades of Light Slate Blue #847CFF
Tints of Light Slate Blue #847CFF
RGB
CMYK
RGB Variations
Color information
#847CFF (or 0x847CFF) is known color: Light Slate Blue. HEX triplet: 84, 7C and FF. RGB value is (132,124,255). Sum of RGB (Red+Green+Blue) = 132+124+255=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #847CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847CFF is #7B8300. Grayscale: #8C8C8C. Windows color (decimal): -8094465 or 16743556. OLE color: 16743556.
HSL color Cylindrical-coordinate representation of color #847CFF: hue angle of 243.66º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #847CFF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 124 | 255 | - |
| CMYK | 0.48 | 0.51 | 0 | 0 |
| HSL | 243.66º | 1% | 0.74% | - |
| HSV(B) | 243.66º | 0.51% | 1% | - |
| XYZ | 34.77 | 26.54 | 97.9 | - |
| YUV | 141.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 255 | 0.48 | 0.51 | 0 | 0 | 243.66 | 1 | 0.74 |
| Hex | 84 | 7C | FF | 30 | 33 | 0 | 0 | F4 | 64 | 4A |
| Octal | 204 | 174 | 377 | 60 | 63 | 0 | 0 | 364 | 144 | 112 |
| Binary | 10000100 | 1111100 | 11111111 | 110000 | 110011 | 0 | 0 | 11110100 | 1100100 | 1001010 |
Color Harmonies of #847CFF
Complementary color
Monochromatic Colors of #847CFF
Black with #847CFF
Text Example
Text Example
White with #847CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847CFF; }
p { color: rgb(132,124,255); }
H1.HeaderClassName
{
color: #847CFF;
}
.AnyTagClassName
{
color: #847CFF;
}
</style>
background-color css
<style>
a { background-color: #847CFF; }
a { background-color: rgb(132,124,255); }
div.DivClassName
{
background-color: #847CFF;
}
.BgClassName
{
background-color: #847CFF;
}
</style>
border-color css
<style>
span { border-color: #847CFF; }
span { border-color: rgb(132,124,255); }
td.TdClassName
{
border-color: #847CFF;
}
.TagClassName
{
border-color: #847CFF;
}
</style>