Shades of Light Slate Blue #8668FF
Tints of Light Slate Blue #8668FF
RGB
CMYK
RGB Variations
Color information
#8668FF (or 0x8668FF) is known color: Light Slate Blue. HEX triplet: 86, 68 and FF. RGB value is (134,104,255). Sum of RGB (Red+Green+Blue) = 134+104+255=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #8668FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8668FF is #799700. Grayscale: #818181. Windows color (decimal): -7968513 or 16738438. OLE color: 16738438.
HSL color Cylindrical-coordinate representation of color #8668FF: hue angle of 251.92º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8668FF is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 104 | 255 | - |
| CMYK | 0.47 | 0.59 | 0 | 0 |
| HSL | 251.92º | 1% | 0.7% | - |
| HSV(B) | 251.92º | 0.59% | 1% | - |
| XYZ | 32.83 | 22.19 | 97.16 | - |
| YUV | 130.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 255 | 0.47 | 0.59 | 0 | 0 | 251.92 | 1 | 0.7 |
| Hex | 86 | 68 | FF | 2F | 3B | 0 | 0 | FC | 64 | 46 |
| Octal | 206 | 150 | 377 | 57 | 73 | 0 | 0 | 374 | 144 | 106 |
| Binary | 10000110 | 1101000 | 11111111 | 101111 | 111011 | 0 | 0 | 11111100 | 1100100 | 1000110 |
Color Harmonies of #8668FF
Complementary color
Monochromatic Colors of #8668FF
Black with #8668FF
Text Example
Text Example
White with #8668FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8668FF; }
p { color: rgb(134,104,255); }
H1.HeaderClassName
{
color: #8668FF;
}
.AnyTagClassName
{
color: #8668FF;
}
</style>
background-color css
<style>
a { background-color: #8668FF; }
a { background-color: rgb(134,104,255); }
div.DivClassName
{
background-color: #8668FF;
}
.BgClassName
{
background-color: #8668FF;
}
</style>
border-color css
<style>
span { border-color: #8668FF; }
span { border-color: rgb(134,104,255); }
td.TdClassName
{
border-color: #8668FF;
}
.TagClassName
{
border-color: #8668FF;
}
</style>