Shades of Light Slate Blue #848FFB
Tints of Light Slate Blue #848FFB
RGB
CMYK
RGB Variations
Color information
#848FFB (or 0x848FFB) is known color: Light Slate Blue. HEX triplet: 84, 8F and FB. RGB value is (132,143,251). Sum of RGB (Red+Green+Blue) = 132+143+251=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #848FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FFB is #7B7004. Grayscale: #979797. Windows color (decimal): -8089605 or 16486276. OLE color: 16486276.
HSL color Cylindrical-coordinate representation of color #848FFB: hue angle of 234.45º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #848FFB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 143 | 251 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.02 |
| HSL | 234.45º | 0.94% | 0.75% | - |
| HSV(B) | 234.45º | 0.47% | 0.98% | - |
| XYZ | 36.75 | 31.52 | 95.41 | - |
| YUV | 152.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 251 | 0.47 | 0.43 | 0 | 0.02 | 234.45 | 0.94 | 0.75 |
| Hex | 84 | 8F | FB | 2F | 2B | 0 | 2 | EA | 5E | 4B |
| Octal | 204 | 217 | 373 | 57 | 53 | 0 | 2 | 352 | 136 | 113 |
| Binary | 10000100 | 10001111 | 11111011 | 101111 | 101011 | 0 | 10 | 11101010 | 1011110 | 1001011 |
Color Harmonies of #848FFB
Complementary color
Monochromatic Colors of #848FFB
Black with #848FFB
Text Example
Text Example
White with #848FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FFB; }
p { color: rgb(132,143,251); }
H1.HeaderClassName
{
color: #848FFB;
}
.AnyTagClassName
{
color: #848FFB;
}
</style>
background-color css
<style>
a { background-color: #848FFB; }
a { background-color: rgb(132,143,251); }
div.DivClassName
{
background-color: #848FFB;
}
.BgClassName
{
background-color: #848FFB;
}
</style>
border-color css
<style>
span { border-color: #848FFB; }
span { border-color: rgb(132,143,251); }
td.TdClassName
{
border-color: #848FFB;
}
.TagClassName
{
border-color: #848FFB;
}
</style>