Shades of Medium Slate Blue #886CF2
Tints of Medium Slate Blue #886CF2
RGB
CMYK
RGB Variations
Color information
#886CF2 (or 0x886CF2) is known color: Medium Slate Blue. HEX triplet: 88, 6C and F2. RGB value is (136,108,242). Sum of RGB (Red+Green+Blue) = 136+108+242=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #886CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CF2 is #77930D. Grayscale: #838383. Windows color (decimal): -7836430 or 15887496. OLE color: 15887496.
HSL color Cylindrical-coordinate representation of color #886CF2: hue angle of 252.54º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #886CF2 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 108 | 242 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.05 |
| HSL | 252.54º | 0.84% | 0.69% | - |
| HSV(B) | 252.54º | 0.55% | 0.95% | - |
| XYZ | 31.54 | 22.37 | 86.66 | - |
| YUV | 131.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 242 | 0.44 | 0.55 | 0 | 0.05 | 252.54 | 0.84 | 0.69 |
| Hex | 88 | 6C | F2 | 2C | 37 | 0 | 5 | FD | 54 | 45 |
| Octal | 210 | 154 | 362 | 54 | 67 | 0 | 5 | 375 | 124 | 105 |
| Binary | 10001000 | 1101100 | 11110010 | 101100 | 110111 | 0 | 101 | 11111101 | 1010100 | 1000101 |
Color Harmonies of #886CF2
Complementary color
Monochromatic Colors of #886CF2
Black with #886CF2
Text Example
Text Example
White with #886CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CF2; }
p { color: rgb(136,108,242); }
H1.HeaderClassName
{
color: #886CF2;
}
.AnyTagClassName
{
color: #886CF2;
}
</style>
background-color css
<style>
a { background-color: #886CF2; }
a { background-color: rgb(136,108,242); }
div.DivClassName
{
background-color: #886CF2;
}
.BgClassName
{
background-color: #886CF2;
}
</style>
border-color css
<style>
span { border-color: #886CF2; }
span { border-color: rgb(136,108,242); }
td.TdClassName
{
border-color: #886CF2;
}
.TagClassName
{
border-color: #886CF2;
}
</style>