Shades of Light Slate Blue #8669F9
Tints of Light Slate Blue #8669F9
RGB
CMYK
RGB Variations
Color information
#8669F9 (or 0x8669F9) is known color: Light Slate Blue. HEX triplet: 86, 69 and F9. RGB value is (134,105,249). Sum of RGB (Red+Green+Blue) = 134+105+249=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #8669F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669F9 is #799606. Grayscale: #818181. Windows color (decimal): -7968263 or 16345478. OLE color: 16345478.
HSL color Cylindrical-coordinate representation of color #8669F9: hue angle of 252.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8669F9 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 105 | 249 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.02 |
| HSL | 252.08º | 0.92% | 0.69% | - |
| HSV(B) | 252.08º | 0.58% | 0.98% | - |
| XYZ | 31.98 | 22.01 | 92.19 | - |
| YUV | 130.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 249 | 0.46 | 0.58 | 0 | 0.02 | 252.08 | 0.92 | 0.69 |
| Hex | 86 | 69 | F9 | 2E | 3A | 0 | 2 | FC | 5C | 45 |
| Octal | 206 | 151 | 371 | 56 | 72 | 0 | 2 | 374 | 134 | 105 |
| Binary | 10000110 | 1101001 | 11111001 | 101110 | 111010 | 0 | 10 | 11111100 | 1011100 | 1000101 |
Color Harmonies of #8669F9
Complementary color
Monochromatic Colors of #8669F9
Black with #8669F9
Text Example
Text Example
White with #8669F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669F9; }
p { color: rgb(134,105,249); }
H1.HeaderClassName
{
color: #8669F9;
}
.AnyTagClassName
{
color: #8669F9;
}
</style>
background-color css
<style>
a { background-color: #8669F9; }
a { background-color: rgb(134,105,249); }
div.DivClassName
{
background-color: #8669F9;
}
.BgClassName
{
background-color: #8669F9;
}
</style>
border-color css
<style>
span { border-color: #8669F9; }
span { border-color: rgb(134,105,249); }
td.TdClassName
{
border-color: #8669F9;
}
.TagClassName
{
border-color: #8669F9;
}
</style>