Shades of Light Slate Blue #8676F0
Tints of Light Slate Blue #8676F0
RGB
CMYK
RGB Variations
Color information
#8676F0 (or 0x8676F0) is known color: Light Slate Blue. HEX triplet: 86, 76 and F0. RGB value is (134,118,240). Sum of RGB (Red+Green+Blue) = 134+118+240=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #8676F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8676F0 is #79890F. Grayscale: #888888. Windows color (decimal): -7964944 or 15758982. OLE color: 15758982.
HSL color Cylindrical-coordinate representation of color #8676F0: hue angle of 247.87º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8676F0 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 118 | 240 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.06 |
| HSL | 247.87º | 0.8% | 0.7% | - |
| HSV(B) | 247.87º | 0.51% | 0.94% | - |
| XYZ | 32.04 | 24.32 | 85.44 | - |
| YUV | 136.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 240 | 0.44 | 0.51 | 0 | 0.06 | 247.87 | 0.8 | 0.7 |
| Hex | 86 | 76 | F0 | 2C | 33 | 0 | 6 | F8 | 50 | 46 |
| Octal | 206 | 166 | 360 | 54 | 63 | 0 | 6 | 370 | 120 | 106 |
| Binary | 10000110 | 1110110 | 11110000 | 101100 | 110011 | 0 | 110 | 11111000 | 1010000 | 1000110 |
Color Harmonies of #8676F0
Complementary color
Monochromatic Colors of #8676F0
Black with #8676F0
Text Example
Text Example
White with #8676F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8676F0; }
p { color: rgb(134,118,240); }
H1.HeaderClassName
{
color: #8676F0;
}
.AnyTagClassName
{
color: #8676F0;
}
</style>
background-color css
<style>
a { background-color: #8676F0; }
a { background-color: rgb(134,118,240); }
div.DivClassName
{
background-color: #8676F0;
}
.BgClassName
{
background-color: #8676F0;
}
</style>
border-color css
<style>
span { border-color: #8676F0; }
span { border-color: rgb(134,118,240); }
td.TdClassName
{
border-color: #8676F0;
}
.TagClassName
{
border-color: #8676F0;
}
</style>