Shades of Light Slate Blue #8665FF
Tints of Light Slate Blue #8665FF
RGB
CMYK
RGB Variations
Color information
#8665FF (or 0x8665FF) is known color: Light Slate Blue. HEX triplet: 86, 65 and FF. RGB value is (134,101,255). Sum of RGB (Red+Green+Blue) = 134+101+255=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8665FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8665FF is #799A00. Grayscale: #7F7F7F. Windows color (decimal): -7969281 or 16737670. OLE color: 16737670.
HSL color Cylindrical-coordinate representation of color #8665FF: hue angle of 252.86º 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 #8665FF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 101 | 255 | - |
| CMYK | 0.47 | 0.60 | 0 | 0 |
| HSL | 252.86º | 1% | 0.7% | - |
| HSV(B) | 252.86º | 0.6% | 1% | - |
| XYZ | 32.54 | 21.6 | 97.06 | - |
| YUV | 128.42 | 199.43 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 255 | 0.47 | 0.60 | 0 | 0 | 252.86 | 1 | 0.7 |
| Hex | 86 | 65 | FF | 2F | 3C | 0 | 0 | FD | 64 | 46 |
| Octal | 206 | 145 | 377 | 57 | 74 | 0 | 0 | 375 | 144 | 106 |
| Binary | 10000110 | 1100101 | 11111111 | 101111 | 111100 | 0 | 0 | 11111101 | 1100100 | 1000110 |
Color Harmonies of #8665FF
Complementary color
Monochromatic Colors of #8665FF
Black with #8665FF
Text Example
Text Example
White with #8665FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665FF; }
p { color: rgb(134,101,255); }
H1.HeaderClassName
{
color: #8665FF;
}
.AnyTagClassName
{
color: #8665FF;
}
</style>
background-color css
<style>
a { background-color: #8665FF; }
a { background-color: rgb(134,101,255); }
div.DivClassName
{
background-color: #8665FF;
}
.BgClassName
{
background-color: #8665FF;
}
</style>
border-color css
<style>
span { border-color: #8665FF; }
span { border-color: rgb(134,101,255); }
td.TdClassName
{
border-color: #8665FF;
}
.TagClassName
{
border-color: #8665FF;
}
</style>