Shades of Light Slate Blue #8671FE
Tints of Light Slate Blue #8671FE
RGB
CMYK
RGB Variations
Color information
#8671FE (or 0x8671FE) is known color: Light Slate Blue. HEX triplet: 86, 71 and FE. RGB value is (134,113,254). Sum of RGB (Red+Green+Blue) = 134+113+254=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8671FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8671FE is #798E01. Grayscale: #868686. Windows color (decimal): -7966210 or 16675206. OLE color: 16675206.
HSL color Cylindrical-coordinate representation of color #8671FE: hue angle of 248.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8671FE is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 113 | 254 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.00 |
| HSL | 248.94º | 0.99% | 0.72% | - |
| HSV(B) | 248.94º | 0.56% | 1% | - |
| XYZ | 33.63 | 24.03 | 96.63 | - |
| YUV | 135.35 | 194.96 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 254 | 0.47 | 0.56 | 0 | 0.00 | 248.94 | 0.99 | 0.72 |
| Hex | 86 | 71 | FE | 2F | 38 | 0 | 0 | F9 | 63 | 48 |
| Octal | 206 | 161 | 376 | 57 | 70 | 0 | 0 | 371 | 143 | 110 |
| Binary | 10000110 | 1110001 | 11111110 | 101111 | 111000 | 0 | 0 | 11111001 | 1100011 | 1001000 |
Color Harmonies of #8671FE
Complementary color
Monochromatic Colors of #8671FE
Black with #8671FE
Text Example
Text Example
White with #8671FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671FE; }
p { color: rgb(134,113,254); }
H1.HeaderClassName
{
color: #8671FE;
}
.AnyTagClassName
{
color: #8671FE;
}
</style>
background-color css
<style>
a { background-color: #8671FE; }
a { background-color: rgb(134,113,254); }
div.DivClassName
{
background-color: #8671FE;
}
.BgClassName
{
background-color: #8671FE;
}
</style>
border-color css
<style>
span { border-color: #8671FE; }
span { border-color: rgb(134,113,254); }
td.TdClassName
{
border-color: #8671FE;
}
.TagClassName
{
border-color: #8671FE;
}
</style>