Shades of Medium Slate Blue #886AF2
Tints of Medium Slate Blue #886AF2
RGB
CMYK
RGB Variations
Color information
#886AF2 (or 0x886AF2) is known color: Medium Slate Blue. HEX triplet: 88, 6A and F2. RGB value is (136,106,242). Sum of RGB (Red+Green+Blue) = 136+106+242=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #886AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AF2 is #77950D. Grayscale: #818181. Windows color (decimal): -7836942 or 15886984. OLE color: 15886984.
HSL color Cylindrical-coordinate representation of color #886AF2: hue angle of 253.24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886AF2 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 106 | 242 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.05 |
| HSL | 253.24º | 0.84% | 0.68% | - |
| HSV(B) | 253.24º | 0.56% | 0.95% | - |
| XYZ | 31.33 | 21.95 | 86.59 | - |
| YUV | 130.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 242 | 0.44 | 0.56 | 0 | 0.05 | 253.24 | 0.84 | 0.68 |
| Hex | 88 | 6A | F2 | 2C | 38 | 0 | 5 | FD | 54 | 44 |
| Octal | 210 | 152 | 362 | 54 | 70 | 0 | 5 | 375 | 124 | 104 |
| Binary | 10001000 | 1101010 | 11110010 | 101100 | 111000 | 0 | 101 | 11111101 | 1010100 | 1000100 |
Color Harmonies of #886AF2
Complementary color
Monochromatic Colors of #886AF2
Black with #886AF2
Text Example
Text Example
White with #886AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886AF2; }
p { color: rgb(136,106,242); }
H1.HeaderClassName
{
color: #886AF2;
}
.AnyTagClassName
{
color: #886AF2;
}
</style>
background-color css
<style>
a { background-color: #886AF2; }
a { background-color: rgb(136,106,242); }
div.DivClassName
{
background-color: #886AF2;
}
.BgClassName
{
background-color: #886AF2;
}
</style>
border-color css
<style>
span { border-color: #886AF2; }
span { border-color: rgb(136,106,242); }
td.TdClassName
{
border-color: #886AF2;
}
.TagClassName
{
border-color: #886AF2;
}
</style>