Shades of Light Slate Blue #847BF3
Tints of Light Slate Blue #847BF3
RGB
CMYK
RGB Variations
Color information
#847BF3 (or 0x847BF3) is known color: Light Slate Blue. HEX triplet: 84, 7B and F3. RGB value is (132,123,243). Sum of RGB (Red+Green+Blue) = 132+123+243=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #847BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BF3 is #7B840C. Grayscale: #8A8A8A. Windows color (decimal): -8094733 or 15956868. OLE color: 15956868.
HSL color Cylindrical-coordinate representation of color #847BF3: hue angle of 244.5º degrees, saturation: 0.83, 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 #847BF3 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 123 | 243 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.05 |
| HSL | 244.5º | 0.83% | 0.72% | - |
| HSV(B) | 244.5º | 0.49% | 0.95% | - |
| XYZ | 32.78 | 25.54 | 88 | - |
| YUV | 139.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 243 | 0.46 | 0.49 | 0 | 0.05 | 244.5 | 0.83 | 0.72 |
| Hex | 84 | 7B | F3 | 2E | 31 | 0 | 5 | F4 | 53 | 48 |
| Octal | 204 | 173 | 363 | 56 | 61 | 0 | 5 | 364 | 123 | 110 |
| Binary | 10000100 | 1111011 | 11110011 | 101110 | 110001 | 0 | 101 | 11110100 | 1010011 | 1001000 |
Color Harmonies of #847BF3
Complementary color
Monochromatic Colors of #847BF3
Black with #847BF3
Text Example
Text Example
White with #847BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847BF3; }
p { color: rgb(132,123,243); }
H1.HeaderClassName
{
color: #847BF3;
}
.AnyTagClassName
{
color: #847BF3;
}
</style>
background-color css
<style>
a { background-color: #847BF3; }
a { background-color: rgb(132,123,243); }
div.DivClassName
{
background-color: #847BF3;
}
.BgClassName
{
background-color: #847BF3;
}
</style>
border-color css
<style>
span { border-color: #847BF3; }
span { border-color: rgb(132,123,243); }
td.TdClassName
{
border-color: #847BF3;
}
.TagClassName
{
border-color: #847BF3;
}
</style>