Shades of Light Slate Blue #847EFE
Tints of Light Slate Blue #847EFE
RGB
CMYK
RGB Variations
Color information
#847EFE (or 0x847EFE) is known color: Light Slate Blue. HEX triplet: 84, 7E and FE. RGB value is (132,126,254). Sum of RGB (Red+Green+Blue) = 132+126+254=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #847EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EFE is #7B8101. Grayscale: #8D8D8D. Windows color (decimal): -8093954 or 16678532. OLE color: 16678532.
HSL color Cylindrical-coordinate representation of color #847EFE: hue angle of 242.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847EFE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 126 | 254 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.00 |
| HSL | 242.81º | 0.98% | 0.75% | - |
| HSV(B) | 242.81º | 0.5% | 1% | - |
| XYZ | 34.87 | 26.98 | 97.14 | - |
| YUV | 142.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 254 | 0.48 | 0.50 | 0 | 0.00 | 242.81 | 0.98 | 0.75 |
| Hex | 84 | 7E | FE | 30 | 32 | 0 | 0 | F3 | 62 | 4B |
| Octal | 204 | 176 | 376 | 60 | 62 | 0 | 0 | 363 | 142 | 113 |
| Binary | 10000100 | 1111110 | 11111110 | 110000 | 110010 | 0 | 0 | 11110011 | 1100010 | 1001011 |
Color Harmonies of #847EFE
Complementary color
Monochromatic Colors of #847EFE
Black with #847EFE
Text Example
Text Example
White with #847EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EFE; }
p { color: rgb(132,126,254); }
H1.HeaderClassName
{
color: #847EFE;
}
.AnyTagClassName
{
color: #847EFE;
}
</style>
background-color css
<style>
a { background-color: #847EFE; }
a { background-color: rgb(132,126,254); }
div.DivClassName
{
background-color: #847EFE;
}
.BgClassName
{
background-color: #847EFE;
}
</style>
border-color css
<style>
span { border-color: #847EFE; }
span { border-color: rgb(132,126,254); }
td.TdClassName
{
border-color: #847EFE;
}
.TagClassName
{
border-color: #847EFE;
}
</style>