Shades of Light Slate Blue #848BFF
Tints of Light Slate Blue #848BFF
RGB
CMYK
RGB Variations
Color information
#848BFF (or 0x848BFF) is known color: Light Slate Blue. HEX triplet: 84, 8B and FF. RGB value is (132,139,255). Sum of RGB (Red+Green+Blue) = 132+139+255=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #848BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848BFF is #7B7400. Grayscale: #959595. Windows color (decimal): -8090625 or 16747396. OLE color: 16747396.
HSL color Cylindrical-coordinate representation of color #848BFF: hue angle of 236.59º 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 #848BFF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 139 | 255 | - |
| CMYK | 0.48 | 0.45 | 0 | 0 |
| HSL | 236.59º | 1% | 0.76% | - |
| HSV(B) | 236.59º | 0.48% | 1% | - |
| XYZ | 36.8 | 30.59 | 98.57 | - |
| YUV | 150.13 | 187.18 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 255 | 0.48 | 0.45 | 0 | 0 | 236.59 | 1 | 0.76 |
| Hex | 84 | 8B | FF | 30 | 2D | 0 | 0 | ED | 64 | 4C |
| Octal | 204 | 213 | 377 | 60 | 55 | 0 | 0 | 355 | 144 | 114 |
| Binary | 10000100 | 10001011 | 11111111 | 110000 | 101101 | 0 | 0 | 11101101 | 1100100 | 1001100 |
Color Harmonies of #848BFF
Complementary color
Monochromatic Colors of #848BFF
Black with #848BFF
Text Example
Text Example
White with #848BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BFF; }
p { color: rgb(132,139,255); }
H1.HeaderClassName
{
color: #848BFF;
}
.AnyTagClassName
{
color: #848BFF;
}
</style>
background-color css
<style>
a { background-color: #848BFF; }
a { background-color: rgb(132,139,255); }
div.DivClassName
{
background-color: #848BFF;
}
.BgClassName
{
background-color: #848BFF;
}
</style>
border-color css
<style>
span { border-color: #848BFF; }
span { border-color: rgb(132,139,255); }
td.TdClassName
{
border-color: #848BFF;
}
.TagClassName
{
border-color: #848BFF;
}
</style>