Shades of Light Slate Blue #848EFF
Tints of Light Slate Blue #848EFF
RGB
CMYK
RGB Variations
Color information
#848EFF (or 0x848EFF) is known color: Light Slate Blue. HEX triplet: 84, 8E and FF. RGB value is (132,142,255). Sum of RGB (Red+Green+Blue) = 132+142+255=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #848EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EFF is #7B7100. Grayscale: #979797. Windows color (decimal): -8089857 or 16748164. OLE color: 16748164.
HSL color Cylindrical-coordinate representation of color #848EFF: hue angle of 235.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848EFF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 142 | 255 | - |
| CMYK | 0.48 | 0.44 | 0 | 0 |
| HSL | 235.12º | 1% | 0.76% | - |
| HSV(B) | 235.12º | 0.48% | 1% | - |
| XYZ | 37.24 | 31.47 | 98.72 | - |
| YUV | 151.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 255 | 0.48 | 0.44 | 0 | 0 | 235.12 | 1 | 0.76 |
| Hex | 84 | 8E | FF | 30 | 2C | 0 | 0 | EB | 64 | 4C |
| Octal | 204 | 216 | 377 | 60 | 54 | 0 | 0 | 353 | 144 | 114 |
| Binary | 10000100 | 10001110 | 11111111 | 110000 | 101100 | 0 | 0 | 11101011 | 1100100 | 1001100 |
Color Harmonies of #848EFF
Complementary color
Monochromatic Colors of #848EFF
Black with #848EFF
Text Example
Text Example
White with #848EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EFF; }
p { color: rgb(132,142,255); }
H1.HeaderClassName
{
color: #848EFF;
}
.AnyTagClassName
{
color: #848EFF;
}
</style>
background-color css
<style>
a { background-color: #848EFF; }
a { background-color: rgb(132,142,255); }
div.DivClassName
{
background-color: #848EFF;
}
.BgClassName
{
background-color: #848EFF;
}
</style>
border-color css
<style>
span { border-color: #848EFF; }
span { border-color: rgb(132,142,255); }
td.TdClassName
{
border-color: #848EFF;
}
.TagClassName
{
border-color: #848EFF;
}
</style>