Shades of Light Slate Blue #8866FD
Tints of Light Slate Blue #8866FD
RGB
CMYK
RGB Variations
Color information
#8866FD (or 0x8866FD) is known color: Light Slate Blue. HEX triplet: 88, 66 and FD. RGB value is (136,102,253). Sum of RGB (Red+Green+Blue) = 136+102+253=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #8866FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8866FD is #779902. Grayscale: #808080. Windows color (decimal): -7837955 or 16606856. OLE color: 16606856.
HSL color Cylindrical-coordinate representation of color #8866FD: hue angle of 253.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8866FD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 102 | 253 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.01 |
| HSL | 253.51º | 0.97% | 0.7% | - |
| HSV(B) | 253.51º | 0.6% | 0.99% | - |
| XYZ | 32.63 | 21.83 | 95.42 | - |
| YUV | 129.38 | 197.76 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 253 | 0.46 | 0.60 | 0 | 0.01 | 253.51 | 0.97 | 0.7 |
| Hex | 88 | 66 | FD | 2E | 3C | 0 | 1 | FE | 61 | 46 |
| Octal | 210 | 146 | 375 | 56 | 74 | 0 | 1 | 376 | 141 | 106 |
| Binary | 10001000 | 1100110 | 11111101 | 101110 | 111100 | 0 | 1 | 11111110 | 1100001 | 1000110 |
Color Harmonies of #8866FD
Complementary color
Monochromatic Colors of #8866FD
Black with #8866FD
Text Example
Text Example
White with #8866FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866FD; }
p { color: rgb(136,102,253); }
H1.HeaderClassName
{
color: #8866FD;
}
.AnyTagClassName
{
color: #8866FD;
}
</style>
background-color css
<style>
a { background-color: #8866FD; }
a { background-color: rgb(136,102,253); }
div.DivClassName
{
background-color: #8866FD;
}
.BgClassName
{
background-color: #8866FD;
}
</style>
border-color css
<style>
span { border-color: #8866FD; }
span { border-color: rgb(136,102,253); }
td.TdClassName
{
border-color: #8866FD;
}
.TagClassName
{
border-color: #8866FD;
}
</style>