Shades of Light Slate Blue #8863F7
Tints of Light Slate Blue #8863F7
RGB
CMYK
RGB Variations
Color information
#8863F7 (or 0x8863F7) is known color: Light Slate Blue. HEX triplet: 88, 63 and F7. RGB value is (136,99,247). Sum of RGB (Red+Green+Blue) = 136+99+247=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #8863F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8863F7 is #779C08. Grayscale: #7E7E7E. Windows color (decimal): -7838729 or 16212872. OLE color: 16212872.
HSL color Cylindrical-coordinate representation of color #8863F7: hue angle of 255º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8863F7 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 99 | 247 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.03 |
| HSL | 255º | 0.9% | 0.68% | - |
| HSV(B) | 255º | 0.6% | 0.97% | - |
| XYZ | 31.4 | 20.87 | 90.37 | - |
| YUV | 126.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 247 | 0.45 | 0.60 | 0 | 0.03 | 255 | 0.9 | 0.68 |
| Hex | 88 | 63 | F7 | 2D | 3C | 0 | 3 | FF | 5A | 44 |
| Octal | 210 | 143 | 367 | 55 | 74 | 0 | 3 | 377 | 132 | 104 |
| Binary | 10001000 | 1100011 | 11110111 | 101101 | 111100 | 0 | 11 | 11111111 | 1011010 | 1000100 |
Color Harmonies of #8863F7
Complementary color
Monochromatic Colors of #8863F7
Black with #8863F7
Text Example
Text Example
White with #8863F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8863F7; }
p { color: rgb(136,99,247); }
H1.HeaderClassName
{
color: #8863F7;
}
.AnyTagClassName
{
color: #8863F7;
}
</style>
background-color css
<style>
a { background-color: #8863F7; }
a { background-color: rgb(136,99,247); }
div.DivClassName
{
background-color: #8863F7;
}
.BgClassName
{
background-color: #8863F7;
}
</style>
border-color css
<style>
span { border-color: #8863F7; }
span { border-color: rgb(136,99,247); }
td.TdClassName
{
border-color: #8863F7;
}
.TagClassName
{
border-color: #8863F7;
}
</style>