Shades of Light Slate Blue #8667FF
Tints of Light Slate Blue #8667FF
RGB
CMYK
RGB Variations
Color information
#8667FF (or 0x8667FF) is known color: Light Slate Blue. HEX triplet: 86, 67 and FF. RGB value is (134,103,255). Sum of RGB (Red+Green+Blue) = 134+103+255=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 103 (40.62% from 255 or 20.93% 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 #8667FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8667FF is #799800. Grayscale: #818181. Windows color (decimal): -7968769 or 16738182. OLE color: 16738182.
HSL color Cylindrical-coordinate representation of color #8667FF: hue angle of 252.24º 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 #8667FF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 103 | 255 | - |
| CMYK | 0.47 | 0.60 | 0 | 0 |
| HSL | 252.24º | 1% | 0.7% | - |
| HSV(B) | 252.24º | 0.6% | 1% | - |
| XYZ | 32.73 | 21.99 | 97.13 | - |
| YUV | 129.6 | 198.77 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 255 | 0.47 | 0.60 | 0 | 0 | 252.24 | 1 | 0.7 |
| Hex | 86 | 67 | FF | 2F | 3C | 0 | 0 | FC | 64 | 46 |
| Octal | 206 | 147 | 377 | 57 | 74 | 0 | 0 | 374 | 144 | 106 |
| Binary | 10000110 | 1100111 | 11111111 | 101111 | 111100 | 0 | 0 | 11111100 | 1100100 | 1000110 |
Color Harmonies of #8667FF
Complementary color
Monochromatic Colors of #8667FF
Black with #8667FF
Text Example
Text Example
White with #8667FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8667FF; }
p { color: rgb(134,103,255); }
H1.HeaderClassName
{
color: #8667FF;
}
.AnyTagClassName
{
color: #8667FF;
}
</style>
background-color css
<style>
a { background-color: #8667FF; }
a { background-color: rgb(134,103,255); }
div.DivClassName
{
background-color: #8667FF;
}
.BgClassName
{
background-color: #8667FF;
}
</style>
border-color css
<style>
span { border-color: #8667FF; }
span { border-color: rgb(134,103,255); }
td.TdClassName
{
border-color: #8667FF;
}
.TagClassName
{
border-color: #8667FF;
}
</style>