Shades of Light Slate Blue #8670F3
Tints of Light Slate Blue #8670F3
RGB
CMYK
RGB Variations
Color information
#8670F3 (or 0x8670F3) is known color: Light Slate Blue. HEX triplet: 86, 70 and F3. RGB value is (134,112,243). Sum of RGB (Red+Green+Blue) = 134+112+243=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #8670F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8670F3 is #798F0C. Grayscale: #858585. Windows color (decimal): -7966477 or 15954054. OLE color: 15954054.
HSL color Cylindrical-coordinate representation of color #8670F3: hue angle of 250.08º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8670F3 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 112 | 243 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.05 |
| HSL | 250.08º | 0.85% | 0.7% | - |
| HSV(B) | 250.08º | 0.54% | 0.95% | - |
| XYZ | 31.8 | 23.13 | 87.58 | - |
| YUV | 133.51 | 189.79 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 243 | 0.45 | 0.54 | 0 | 0.05 | 250.08 | 0.85 | 0.7 |
| Hex | 86 | 70 | F3 | 2D | 36 | 0 | 5 | FA | 55 | 46 |
| Octal | 206 | 160 | 363 | 55 | 66 | 0 | 5 | 372 | 125 | 106 |
| Binary | 10000110 | 1110000 | 11110011 | 101101 | 110110 | 0 | 101 | 11111010 | 1010101 | 1000110 |
Color Harmonies of #8670F3
Complementary color
Monochromatic Colors of #8670F3
Black with #8670F3
Text Example
Text Example
White with #8670F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8670F3; }
p { color: rgb(134,112,243); }
H1.HeaderClassName
{
color: #8670F3;
}
.AnyTagClassName
{
color: #8670F3;
}
</style>
background-color css
<style>
a { background-color: #8670F3; }
a { background-color: rgb(134,112,243); }
div.DivClassName
{
background-color: #8670F3;
}
.BgClassName
{
background-color: #8670F3;
}
</style>
border-color css
<style>
span { border-color: #8670F3; }
span { border-color: rgb(134,112,243); }
td.TdClassName
{
border-color: #8670F3;
}
.TagClassName
{
border-color: #8670F3;
}
</style>