Shades of Light Slate Blue #8865FA
Tints of Light Slate Blue #8865FA
RGB
CMYK
RGB Variations
Color information
#8865FA (or 0x8865FA) is known color: Light Slate Blue. HEX triplet: 88, 65 and FA. RGB value is (136,101,250). Sum of RGB (Red+Green+Blue) = 136+101+250=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #8865FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8865FA is #779A05. Grayscale: #7F7F7F. Windows color (decimal): -7838214 or 16409992. OLE color: 16409992.
HSL color Cylindrical-coordinate representation of color #8865FA: hue angle of 254.09º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8865FA is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 101 | 250 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.02 |
| HSL | 254.09º | 0.94% | 0.69% | - |
| HSV(B) | 254.09º | 0.6% | 0.98% | - |
| XYZ | 32.06 | 21.44 | 92.89 | - |
| YUV | 128.45 | 196.6 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 250 | 0.46 | 0.60 | 0 | 0.02 | 254.09 | 0.94 | 0.69 |
| Hex | 88 | 65 | FA | 2E | 3C | 0 | 2 | FE | 5E | 45 |
| Octal | 210 | 145 | 372 | 56 | 74 | 0 | 2 | 376 | 136 | 105 |
| Binary | 10001000 | 1100101 | 11111010 | 101110 | 111100 | 0 | 10 | 11111110 | 1011110 | 1000101 |
Color Harmonies of #8865FA
Complementary color
Monochromatic Colors of #8865FA
Black with #8865FA
Text Example
Text Example
White with #8865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865FA; }
p { color: rgb(136,101,250); }
H1.HeaderClassName
{
color: #8865FA;
}
.AnyTagClassName
{
color: #8865FA;
}
</style>
background-color css
<style>
a { background-color: #8865FA; }
a { background-color: rgb(136,101,250); }
div.DivClassName
{
background-color: #8865FA;
}
.BgClassName
{
background-color: #8865FA;
}
</style>
border-color css
<style>
span { border-color: #8865FA; }
span { border-color: rgb(136,101,250); }
td.TdClassName
{
border-color: #8865FA;
}
.TagClassName
{
border-color: #8865FA;
}
</style>