Shades of Light Slate Blue #886EFD
Tints of Light Slate Blue #886EFD
RGB
CMYK
RGB Variations
Color information
#886EFD (or 0x886EFD) is known color: Light Slate Blue. HEX triplet: 88, 6E and FD. RGB value is (136,110,253). Sum of RGB (Red+Green+Blue) = 136+110+253=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #886EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EFD is #779102. Grayscale: #858585. Windows color (decimal): -7835907 or 16608904. OLE color: 16608904.
HSL color Cylindrical-coordinate representation of color #886EFD: hue angle of 250.91º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #886EFD is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 110 | 253 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.01 |
| HSL | 250.91º | 0.97% | 0.71% | - |
| HSV(B) | 250.91º | 0.57% | 0.99% | - |
| XYZ | 33.46 | 23.48 | 95.7 | - |
| YUV | 134.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 253 | 0.46 | 0.57 | 0 | 0.01 | 250.91 | 0.97 | 0.71 |
| Hex | 88 | 6E | FD | 2E | 39 | 0 | 1 | FB | 61 | 47 |
| Octal | 210 | 156 | 375 | 56 | 71 | 0 | 1 | 373 | 141 | 107 |
| Binary | 10001000 | 1101110 | 11111101 | 101110 | 111001 | 0 | 1 | 11111011 | 1100001 | 1000111 |
Color Harmonies of #886EFD
Complementary color
Monochromatic Colors of #886EFD
Black with #886EFD
Text Example
Text Example
White with #886EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EFD; }
p { color: rgb(136,110,253); }
H1.HeaderClassName
{
color: #886EFD;
}
.AnyTagClassName
{
color: #886EFD;
}
</style>
background-color css
<style>
a { background-color: #886EFD; }
a { background-color: rgb(136,110,253); }
div.DivClassName
{
background-color: #886EFD;
}
.BgClassName
{
background-color: #886EFD;
}
</style>
border-color css
<style>
span { border-color: #886EFD; }
span { border-color: rgb(136,110,253); }
td.TdClassName
{
border-color: #886EFD;
}
.TagClassName
{
border-color: #886EFD;
}
</style>