Shades of Light Slate Blue #847BF2
Tints of Light Slate Blue #847BF2
RGB
CMYK
RGB Variations
Color information
#847BF2 (or 0x847BF2) is known color: Light Slate Blue. HEX triplet: 84, 7B and F2. RGB value is (132,123,242). Sum of RGB (Red+Green+Blue) = 132+123+242=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #847BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BF2 is #7B840D. Grayscale: #8A8A8A. Windows color (decimal): -8094734 or 15891332. OLE color: 15891332.
HSL color Cylindrical-coordinate representation of color #847BF2: hue angle of 244.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #847BF2 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 123 | 242 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.05 |
| HSL | 244.54º | 0.82% | 0.72% | - |
| HSV(B) | 244.54º | 0.49% | 0.95% | - |
| XYZ | 32.63 | 25.48 | 87.2 | - |
| YUV | 139.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 242 | 0.45 | 0.49 | 0 | 0.05 | 244.54 | 0.82 | 0.72 |
| Hex | 84 | 7B | F2 | 2D | 31 | 0 | 5 | F5 | 52 | 48 |
| Octal | 204 | 173 | 362 | 55 | 61 | 0 | 5 | 365 | 122 | 110 |
| Binary | 10000100 | 1111011 | 11110010 | 101101 | 110001 | 0 | 101 | 11110101 | 1010010 | 1001000 |
Color Harmonies of #847BF2
Complementary color
Monochromatic Colors of #847BF2
Black with #847BF2
Text Example
Text Example
White with #847BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BF2; }
p { color: rgb(132,123,242); }
H1.HeaderClassName
{
color: #847BF2;
}
.AnyTagClassName
{
color: #847BF2;
}
</style>
background-color css
<style>
a { background-color: #847BF2; }
a { background-color: rgb(132,123,242); }
div.DivClassName
{
background-color: #847BF2;
}
.BgClassName
{
background-color: #847BF2;
}
</style>
border-color css
<style>
span { border-color: #847BF2; }
span { border-color: rgb(132,123,242); }
td.TdClassName
{
border-color: #847BF2;
}
.TagClassName
{
border-color: #847BF2;
}
</style>