Shades of Light Slate Blue #886FFD
Tints of Light Slate Blue #886FFD
RGB
CMYK
RGB Variations
Color information
#886FFD (or 0x886FFD) is known color: Light Slate Blue. HEX triplet: 88, 6F and FD. RGB value is (136,111,253). Sum of RGB (Red+Green+Blue) = 136+111+253=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #886FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FFD is #779002. Grayscale: #868686. Windows color (decimal): -7835651 or 16609160. OLE color: 16609160.
HSL color Cylindrical-coordinate representation of color #886FFD: hue angle of 250.56º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886FFD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 111 | 253 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.01 |
| HSL | 250.56º | 0.97% | 0.71% | - |
| HSV(B) | 250.56º | 0.56% | 0.99% | - |
| XYZ | 33.57 | 23.69 | 95.73 | - |
| YUV | 134.66 | 194.78 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 253 | 0.46 | 0.56 | 0 | 0.01 | 250.56 | 0.97 | 0.71 |
| Hex | 88 | 6F | FD | 2E | 38 | 0 | 1 | FB | 61 | 47 |
| Octal | 210 | 157 | 375 | 56 | 70 | 0 | 1 | 373 | 141 | 107 |
| Binary | 10001000 | 1101111 | 11111101 | 101110 | 111000 | 0 | 1 | 11111011 | 1100001 | 1000111 |
Color Harmonies of #886FFD
Complementary color
Monochromatic Colors of #886FFD
Black with #886FFD
Text Example
Text Example
White with #886FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FFD; }
p { color: rgb(136,111,253); }
H1.HeaderClassName
{
color: #886FFD;
}
.AnyTagClassName
{
color: #886FFD;
}
</style>
background-color css
<style>
a { background-color: #886FFD; }
a { background-color: rgb(136,111,253); }
div.DivClassName
{
background-color: #886FFD;
}
.BgClassName
{
background-color: #886FFD;
}
</style>
border-color css
<style>
span { border-color: #886FFD; }
span { border-color: rgb(136,111,253); }
td.TdClassName
{
border-color: #886FFD;
}
.TagClassName
{
border-color: #886FFD;
}
</style>