Shades of Light Slate Blue #8884F1
Tints of Light Slate Blue #8884F1
RGB
CMYK
RGB Variations
Color information
#8884F1 (or 0x8884F1) is known color: Light Slate Blue. HEX triplet: 88, 84 and F1. RGB value is (136,132,241). Sum of RGB (Red+Green+Blue) = 136+132+241=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #8884F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8884F1 is #777B0E. Grayscale: #919191. Windows color (decimal): -7830287 or 15828104. OLE color: 15828104.
HSL color Cylindrical-coordinate representation of color #8884F1: hue angle of 242.2º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8884F1 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 132 | 241 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.05 |
| HSL | 242.2º | 0.8% | 0.73% | - |
| HSV(B) | 242.2º | 0.45% | 0.95% | - |
| XYZ | 34.28 | 28.09 | 86.83 | - |
| YUV | 145.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 241 | 0.44 | 0.45 | 0 | 0.05 | 242.2 | 0.8 | 0.73 |
| Hex | 88 | 84 | F1 | 2C | 2D | 0 | 5 | F2 | 50 | 49 |
| Octal | 210 | 204 | 361 | 54 | 55 | 0 | 5 | 362 | 120 | 111 |
| Binary | 10001000 | 10000100 | 11110001 | 101100 | 101101 | 0 | 101 | 11110010 | 1010000 | 1001001 |
Color Harmonies of #8884F1
Complementary color
Monochromatic Colors of #8884F1
Black with #8884F1
Text Example
Text Example
White with #8884F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884F1; }
p { color: rgb(136,132,241); }
H1.HeaderClassName
{
color: #8884F1;
}
.AnyTagClassName
{
color: #8884F1;
}
</style>
background-color css
<style>
a { background-color: #8884F1; }
a { background-color: rgb(136,132,241); }
div.DivClassName
{
background-color: #8884F1;
}
.BgClassName
{
background-color: #8884F1;
}
</style>
border-color css
<style>
span { border-color: #8884F1; }
span { border-color: rgb(136,132,241); }
td.TdClassName
{
border-color: #8884F1;
}
.TagClassName
{
border-color: #8884F1;
}
</style>