Shades of Light Slate Blue #846CFB
Tints of Light Slate Blue #846CFB
RGB
CMYK
RGB Variations
Color information
#846CFB (or 0x846CFB) is known color: Light Slate Blue. HEX triplet: 84, 6C and FB. RGB value is (132,108,251). Sum of RGB (Red+Green+Blue) = 132+108+251=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #846CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846CFB is #7B9304. Grayscale: #828282. Windows color (decimal): -8098565 or 16477316. OLE color: 16477316.
HSL color Cylindrical-coordinate representation of color #846CFB: hue angle of 250.07º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #846CFB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 108 | 251 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.02 |
| HSL | 250.07º | 0.95% | 0.7% | - |
| HSV(B) | 250.07º | 0.57% | 0.98% | - |
| XYZ | 32.29 | 22.6 | 93.93 | - |
| YUV | 131.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 251 | 0.47 | 0.57 | 0 | 0.02 | 250.07 | 0.95 | 0.7 |
| Hex | 84 | 6C | FB | 2F | 39 | 0 | 2 | FA | 5F | 46 |
| Octal | 204 | 154 | 373 | 57 | 71 | 0 | 2 | 372 | 137 | 106 |
| Binary | 10000100 | 1101100 | 11111011 | 101111 | 111001 | 0 | 10 | 11111010 | 1011111 | 1000110 |
Color Harmonies of #846CFB
Complementary color
Monochromatic Colors of #846CFB
Black with #846CFB
Text Example
Text Example
White with #846CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CFB; }
p { color: rgb(132,108,251); }
H1.HeaderClassName
{
color: #846CFB;
}
.AnyTagClassName
{
color: #846CFB;
}
</style>
background-color css
<style>
a { background-color: #846CFB; }
a { background-color: rgb(132,108,251); }
div.DivClassName
{
background-color: #846CFB;
}
.BgClassName
{
background-color: #846CFB;
}
</style>
border-color css
<style>
span { border-color: #846CFB; }
span { border-color: rgb(132,108,251); }
td.TdClassName
{
border-color: #846CFB;
}
.TagClassName
{
border-color: #846CFB;
}
</style>