Shades of Light Slate Blue #8669FE
Tints of Light Slate Blue #8669FE
RGB
CMYK
RGB Variations
Color information
#8669FE (or 0x8669FE) is known color: Light Slate Blue. HEX triplet: 86, 69 and FE. RGB value is (134,105,254). Sum of RGB (Red+Green+Blue) = 134+105+254=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #8669FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669FE is #799601. Grayscale: #828282. Windows color (decimal): -7968258 or 16673158. OLE color: 16673158.
HSL color Cylindrical-coordinate representation of color #8669FE: hue angle of 251.68º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8669FE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 105 | 254 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.00 |
| HSL | 251.68º | 0.99% | 0.7% | - |
| HSV(B) | 251.68º | 0.59% | 1% | - |
| XYZ | 32.77 | 22.33 | 96.35 | - |
| YUV | 130.66 | 197.61 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 254 | 0.47 | 0.59 | 0 | 0.00 | 251.68 | 0.99 | 0.7 |
| Hex | 86 | 69 | FE | 2F | 3B | 0 | 0 | FC | 63 | 46 |
| Octal | 206 | 151 | 376 | 57 | 73 | 0 | 0 | 374 | 143 | 106 |
| Binary | 10000110 | 1101001 | 11111110 | 101111 | 111011 | 0 | 0 | 11111100 | 1100011 | 1000110 |
Color Harmonies of #8669FE
Complementary color
Monochromatic Colors of #8669FE
Black with #8669FE
Text Example
Text Example
White with #8669FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669FE; }
p { color: rgb(134,105,254); }
H1.HeaderClassName
{
color: #8669FE;
}
.AnyTagClassName
{
color: #8669FE;
}
</style>
background-color css
<style>
a { background-color: #8669FE; }
a { background-color: rgb(134,105,254); }
div.DivClassName
{
background-color: #8669FE;
}
.BgClassName
{
background-color: #8669FE;
}
</style>
border-color css
<style>
span { border-color: #8669FE; }
span { border-color: rgb(134,105,254); }
td.TdClassName
{
border-color: #8669FE;
}
.TagClassName
{
border-color: #8669FE;
}
</style>