Shades of Light Slate Blue #8671FA
Tints of Light Slate Blue #8671FA
RGB
CMYK
RGB Variations
Color information
#8671FA (or 0x8671FA) is known color: Light Slate Blue. HEX triplet: 86, 71 and FA. RGB value is (134,113,250). Sum of RGB (Red+Green+Blue) = 134+113+250=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #8671FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8671FA is #798E05. Grayscale: #868686. Windows color (decimal): -7966214 or 16413062. OLE color: 16413062.
HSL color Cylindrical-coordinate representation of color #8671FA: hue angle of 249.2º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8671FA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 113 | 250 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.02 |
| HSL | 249.2º | 0.93% | 0.71% | - |
| HSV(B) | 249.2º | 0.55% | 0.98% | - |
| XYZ | 32.99 | 23.78 | 93.29 | - |
| YUV | 134.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 250 | 0.46 | 0.55 | 0 | 0.02 | 249.2 | 0.93 | 0.71 |
| Hex | 86 | 71 | FA | 2E | 37 | 0 | 2 | F9 | 5D | 47 |
| Octal | 206 | 161 | 372 | 56 | 67 | 0 | 2 | 371 | 135 | 107 |
| Binary | 10000110 | 1110001 | 11111010 | 101110 | 110111 | 0 | 10 | 11111001 | 1011101 | 1000111 |
Color Harmonies of #8671FA
Complementary color
Monochromatic Colors of #8671FA
Black with #8671FA
Text Example
Text Example
White with #8671FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671FA; }
p { color: rgb(134,113,250); }
H1.HeaderClassName
{
color: #8671FA;
}
.AnyTagClassName
{
color: #8671FA;
}
</style>
background-color css
<style>
a { background-color: #8671FA; }
a { background-color: rgb(134,113,250); }
div.DivClassName
{
background-color: #8671FA;
}
.BgClassName
{
background-color: #8671FA;
}
</style>
border-color css
<style>
span { border-color: #8671FA; }
span { border-color: rgb(134,113,250); }
td.TdClassName
{
border-color: #8671FA;
}
.TagClassName
{
border-color: #8671FA;
}
</style>