Shades of Light Slate Blue #8865FF
Tints of Light Slate Blue #8865FF
RGB
CMYK
RGB Variations
Color information
#8865FF (or 0x8865FF) is known color: Light Slate Blue. HEX triplet: 88, 65 and FF. RGB value is (136,101,255). Sum of RGB (Red+Green+Blue) = 136+101+255=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #8865FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8865FF is #779A00. Grayscale: #808080. Windows color (decimal): -7838209 or 16737672. OLE color: 16737672.
HSL color Cylindrical-coordinate representation of color #8865FF: hue angle of 253.64º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8865FF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 101 | 255 | - |
| CMYK | 0.47 | 0.60 | 0 | 0 |
| HSL | 253.64º | 1% | 0.7% | - |
| HSV(B) | 253.64º | 0.6% | 1% | - |
| XYZ | 32.86 | 21.76 | 97.08 | - |
| YUV | 129.02 | 199.1 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 255 | 0.47 | 0.60 | 0 | 0 | 253.64 | 1 | 0.7 |
| Hex | 88 | 65 | FF | 2F | 3C | 0 | 0 | FE | 64 | 46 |
| Octal | 210 | 145 | 377 | 57 | 74 | 0 | 0 | 376 | 144 | 106 |
| Binary | 10001000 | 1100101 | 11111111 | 101111 | 111100 | 0 | 0 | 11111110 | 1100100 | 1000110 |
Color Harmonies of #8865FF
Complementary color
Monochromatic Colors of #8865FF
Black with #8865FF
Text Example
Text Example
White with #8865FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865FF; }
p { color: rgb(136,101,255); }
H1.HeaderClassName
{
color: #8865FF;
}
.AnyTagClassName
{
color: #8865FF;
}
</style>
background-color css
<style>
a { background-color: #8865FF; }
a { background-color: rgb(136,101,255); }
div.DivClassName
{
background-color: #8865FF;
}
.BgClassName
{
background-color: #8865FF;
}
</style>
border-color css
<style>
span { border-color: #8865FF; }
span { border-color: rgb(136,101,255); }
td.TdClassName
{
border-color: #8865FF;
}
.TagClassName
{
border-color: #8865FF;
}
</style>