Shades of Light Slate Blue #8884F8
Tints of Light Slate Blue #8884F8
RGB
CMYK
RGB Variations
Color information
#8884F8 (or 0x8884F8) is known color: Light Slate Blue. HEX triplet: 88, 84 and F8. RGB value is (136,132,248). Sum of RGB (Red+Green+Blue) = 136+132+248=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #8884F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8884F8 is #777B07. Grayscale: #919191. Windows color (decimal): -7830280 or 16286856. OLE color: 16286856.
HSL color Cylindrical-coordinate representation of color #8884F8: hue angle of 242.07º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8884F8 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 132 | 248 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.03 |
| HSL | 242.07º | 0.89% | 0.75% | - |
| HSV(B) | 242.07º | 0.47% | 0.97% | - |
| XYZ | 35.35 | 28.51 | 92.45 | - |
| YUV | 146.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 248 | 0.45 | 0.47 | 0 | 0.03 | 242.07 | 0.89 | 0.75 |
| Hex | 88 | 84 | F8 | 2D | 2F | 0 | 3 | F2 | 59 | 4B |
| Octal | 210 | 204 | 370 | 55 | 57 | 0 | 3 | 362 | 131 | 113 |
| Binary | 10001000 | 10000100 | 11111000 | 101101 | 101111 | 0 | 11 | 11110010 | 1011001 | 1001011 |
Color Harmonies of #8884F8
Complementary color
Monochromatic Colors of #8884F8
Black with #8884F8
Text Example
Text Example
White with #8884F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884F8; }
p { color: rgb(136,132,248); }
H1.HeaderClassName
{
color: #8884F8;
}
.AnyTagClassName
{
color: #8884F8;
}
</style>
background-color css
<style>
a { background-color: #8884F8; }
a { background-color: rgb(136,132,248); }
div.DivClassName
{
background-color: #8884F8;
}
.BgClassName
{
background-color: #8884F8;
}
</style>
border-color css
<style>
span { border-color: #8884F8; }
span { border-color: rgb(136,132,248); }
td.TdClassName
{
border-color: #8884F8;
}
.TagClassName
{
border-color: #8884F8;
}
</style>