Shades of Light Slate Blue #8669F6
Tints of Light Slate Blue #8669F6
RGB
CMYK
RGB Variations
Color information
#8669F6 (or 0x8669F6) is known color: Light Slate Blue. HEX triplet: 86, 69 and F6. RGB value is (134,105,246). Sum of RGB (Red+Green+Blue) = 134+105+246=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #8669F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669F6 is #799609. Grayscale: #818181. Windows color (decimal): -7968266 or 16148870. OLE color: 16148870.
HSL color Cylindrical-coordinate representation of color #8669F6: hue angle of 252.34º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8669F6 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 105 | 246 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.04 |
| HSL | 252.34º | 0.89% | 0.69% | - |
| HSV(B) | 252.34º | 0.57% | 0.96% | - |
| XYZ | 31.52 | 21.83 | 89.74 | - |
| YUV | 129.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 246 | 0.46 | 0.57 | 0 | 0.04 | 252.34 | 0.89 | 0.69 |
| Hex | 86 | 69 | F6 | 2E | 39 | 0 | 4 | FC | 59 | 45 |
| Octal | 206 | 151 | 366 | 56 | 71 | 0 | 4 | 374 | 131 | 105 |
| Binary | 10000110 | 1101001 | 11110110 | 101110 | 111001 | 0 | 100 | 11111100 | 1011001 | 1000101 |
Color Harmonies of #8669F6
Complementary color
Monochromatic Colors of #8669F6
Black with #8669F6
Text Example
Text Example
White with #8669F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669F6; }
p { color: rgb(134,105,246); }
H1.HeaderClassName
{
color: #8669F6;
}
.AnyTagClassName
{
color: #8669F6;
}
</style>
background-color css
<style>
a { background-color: #8669F6; }
a { background-color: rgb(134,105,246); }
div.DivClassName
{
background-color: #8669F6;
}
.BgClassName
{
background-color: #8669F6;
}
</style>
border-color css
<style>
span { border-color: #8669F6; }
span { border-color: rgb(134,105,246); }
td.TdClassName
{
border-color: #8669F6;
}
.TagClassName
{
border-color: #8669F6;
}
</style>