Shades of Light Slate Blue #847EFB
Tints of Light Slate Blue #847EFB
RGB
CMYK
RGB Variations
Color information
#847EFB (or 0x847EFB) is known color: Light Slate Blue. HEX triplet: 84, 7E and FB. RGB value is (132,126,251). Sum of RGB (Red+Green+Blue) = 132+126+251=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #847EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EFB is #7B8104. Grayscale: #8D8D8D. Windows color (decimal): -8093957 or 16481924. OLE color: 16481924.
HSL color Cylindrical-coordinate representation of color #847EFB: hue angle of 242.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847EFB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 126 | 251 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.02 |
| HSL | 242.88º | 0.94% | 0.74% | - |
| HSV(B) | 242.88º | 0.5% | 0.98% | - |
| XYZ | 34.39 | 26.79 | 94.63 | - |
| YUV | 142.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 251 | 0.47 | 0.50 | 0 | 0.02 | 242.88 | 0.94 | 0.74 |
| Hex | 84 | 7E | FB | 2F | 32 | 0 | 2 | F3 | 5E | 4A |
| Octal | 204 | 176 | 373 | 57 | 62 | 0 | 2 | 363 | 136 | 112 |
| Binary | 10000100 | 1111110 | 11111011 | 101111 | 110010 | 0 | 10 | 11110011 | 1011110 | 1001010 |
Color Harmonies of #847EFB
Complementary color
Monochromatic Colors of #847EFB
Black with #847EFB
Text Example
Text Example
White with #847EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847EFB; }
p { color: rgb(132,126,251); }
H1.HeaderClassName
{
color: #847EFB;
}
.AnyTagClassName
{
color: #847EFB;
}
</style>
background-color css
<style>
a { background-color: #847EFB; }
a { background-color: rgb(132,126,251); }
div.DivClassName
{
background-color: #847EFB;
}
.BgClassName
{
background-color: #847EFB;
}
</style>
border-color css
<style>
span { border-color: #847EFB; }
span { border-color: rgb(132,126,251); }
td.TdClassName
{
border-color: #847EFB;
}
.TagClassName
{
border-color: #847EFB;
}
</style>