Shades of Light Slate Blue #847FFC
Tints of Light Slate Blue #847FFC
RGB
CMYK
RGB Variations
Color information
#847FFC (or 0x847FFC) is known color: Light Slate Blue. HEX triplet: 84, 7F and FC. RGB value is (132,127,252). Sum of RGB (Red+Green+Blue) = 132+127+252=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #847FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FFC is #7B8003. Grayscale: #8E8E8E. Windows color (decimal): -8093700 or 16547716. OLE color: 16547716.
HSL color Cylindrical-coordinate representation of color #847FFC: hue angle of 242.4º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847FFC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 127 | 252 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.01 |
| HSL | 242.4º | 0.95% | 0.74% | - |
| HSV(B) | 242.4º | 0.5% | 0.99% | - |
| XYZ | 34.68 | 27.11 | 95.5 | - |
| YUV | 142.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 252 | 0.48 | 0.50 | 0 | 0.01 | 242.4 | 0.95 | 0.74 |
| Hex | 84 | 7F | FC | 30 | 32 | 0 | 1 | F2 | 5F | 4A |
| Octal | 204 | 177 | 374 | 60 | 62 | 0 | 1 | 362 | 137 | 112 |
| Binary | 10000100 | 1111111 | 11111100 | 110000 | 110010 | 0 | 1 | 11110010 | 1011111 | 1001010 |
Color Harmonies of #847FFC
Complementary color
Monochromatic Colors of #847FFC
Black with #847FFC
Text Example
Text Example
White with #847FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847FFC; }
p { color: rgb(132,127,252); }
H1.HeaderClassName
{
color: #847FFC;
}
.AnyTagClassName
{
color: #847FFC;
}
</style>
background-color css
<style>
a { background-color: #847FFC; }
a { background-color: rgb(132,127,252); }
div.DivClassName
{
background-color: #847FFC;
}
.BgClassName
{
background-color: #847FFC;
}
</style>
border-color css
<style>
span { border-color: #847FFC; }
span { border-color: rgb(132,127,252); }
td.TdClassName
{
border-color: #847FFC;
}
.TagClassName
{
border-color: #847FFC;
}
</style>