Shades of Light Slate Blue #847EFF
Tints of Light Slate Blue #847EFF
RGB
CMYK
RGB Variations
Color information
#847EFF (or 0x847EFF) is known color: Light Slate Blue. HEX triplet: 84, 7E and FF. RGB value is (132,126,255). Sum of RGB (Red+Green+Blue) = 132+126+255=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #847EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EFF is #7B8100. Grayscale: #8D8D8D. Windows color (decimal): -8093953 or 16744068. OLE color: 16744068.
HSL color Cylindrical-coordinate representation of color #847EFF: hue angle of 242.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #847EFF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 126 | 255 | - |
| CMYK | 0.48 | 0.51 | 0 | 0 |
| HSL | 242.79º | 1% | 0.75% | - |
| HSV(B) | 242.79º | 0.51% | 1% | - |
| XYZ | 35.03 | 27.05 | 97.98 | - |
| YUV | 142.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 255 | 0.48 | 0.51 | 0 | 0 | 242.79 | 1 | 0.75 |
| Hex | 84 | 7E | FF | 30 | 33 | 0 | 0 | F3 | 64 | 4B |
| Octal | 204 | 176 | 377 | 60 | 63 | 0 | 0 | 363 | 144 | 113 |
| Binary | 10000100 | 1111110 | 11111111 | 110000 | 110011 | 0 | 0 | 11110011 | 1100100 | 1001011 |
Color Harmonies of #847EFF
Complementary color
Monochromatic Colors of #847EFF
Black with #847EFF
Text Example
Text Example
White with #847EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EFF; }
p { color: rgb(132,126,255); }
H1.HeaderClassName
{
color: #847EFF;
}
.AnyTagClassName
{
color: #847EFF;
}
</style>
background-color css
<style>
a { background-color: #847EFF; }
a { background-color: rgb(132,126,255); }
div.DivClassName
{
background-color: #847EFF;
}
.BgClassName
{
background-color: #847EFF;
}
</style>
border-color css
<style>
span { border-color: #847EFF; }
span { border-color: rgb(132,126,255); }
td.TdClassName
{
border-color: #847EFF;
}
.TagClassName
{
border-color: #847EFF;
}
</style>