Shades of Light Slate Blue #848FFE
Tints of Light Slate Blue #848FFE
RGB
CMYK
RGB Variations
Color information
#848FFE (or 0x848FFE) is known color: Light Slate Blue. HEX triplet: 84, 8F and FE. RGB value is (132,143,254). Sum of RGB (Red+Green+Blue) = 132+143+254=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #848FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FFE is #7B7001. Grayscale: #979797. Windows color (decimal): -8089602 or 16682884. OLE color: 16682884.
HSL color Cylindrical-coordinate representation of color #848FFE: hue angle of 234.59º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848FFE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 143 | 254 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.00 |
| HSL | 234.59º | 0.98% | 0.76% | - |
| HSV(B) | 234.59º | 0.48% | 1% | - |
| XYZ | 37.23 | 31.71 | 97.92 | - |
| YUV | 152.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 254 | 0.48 | 0.44 | 0 | 0.00 | 234.59 | 0.98 | 0.76 |
| Hex | 84 | 8F | FE | 30 | 2C | 0 | 0 | EB | 62 | 4C |
| Octal | 204 | 217 | 376 | 60 | 54 | 0 | 0 | 353 | 142 | 114 |
| Binary | 10000100 | 10001111 | 11111110 | 110000 | 101100 | 0 | 0 | 11101011 | 1100010 | 1001100 |
Color Harmonies of #848FFE
Complementary color
Monochromatic Colors of #848FFE
Black with #848FFE
Text Example
Text Example
White with #848FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FFE; }
p { color: rgb(132,143,254); }
H1.HeaderClassName
{
color: #848FFE;
}
.AnyTagClassName
{
color: #848FFE;
}
</style>
background-color css
<style>
a { background-color: #848FFE; }
a { background-color: rgb(132,143,254); }
div.DivClassName
{
background-color: #848FFE;
}
.BgClassName
{
background-color: #848FFE;
}
</style>
border-color css
<style>
span { border-color: #848FFE; }
span { border-color: rgb(132,143,254); }
td.TdClassName
{
border-color: #848FFE;
}
.TagClassName
{
border-color: #848FFE;
}
</style>