Shades of Medium Slate Blue #8680E8
Tints of Medium Slate Blue #8680E8
RGB
CMYK
RGB Variations
Color information
#8680E8 (or 0x8680E8) is known color: Medium Slate Blue. HEX triplet: 86, 80 and E8. RGB value is (134,128,232). Sum of RGB (Red+Green+Blue) = 134+128+232=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #8680E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8680E8 is #797F17. Grayscale: #8D8D8D. Windows color (decimal): -7962392 or 15237254. OLE color: 15237254.
HSL color Cylindrical-coordinate representation of color #8680E8: hue angle of 243.46º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8680E8 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 128 | 232 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.09 |
| HSL | 243.46º | 0.69% | 0.71% | - |
| HSV(B) | 243.46º | 0.45% | 0.91% | - |
| XYZ | 32.12 | 26.33 | 79.73 | - |
| YUV | 141.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 232 | 0.42 | 0.45 | 0 | 0.09 | 243.46 | 0.69 | 0.71 |
| Hex | 86 | 80 | E8 | 2A | 2D | 0 | 9 | F3 | 45 | 47 |
| Octal | 206 | 200 | 350 | 52 | 55 | 0 | 11 | 363 | 105 | 107 |
| Binary | 10000110 | 10000000 | 11101000 | 101010 | 101101 | 0 | 1001 | 11110011 | 1000101 | 1000111 |
Color Harmonies of #8680E8
Complementary color
Monochromatic Colors of #8680E8
Black with #8680E8
Text Example
Text Example
White with #8680E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680E8; }
p { color: rgb(134,128,232); }
H1.HeaderClassName
{
color: #8680E8;
}
.AnyTagClassName
{
color: #8680E8;
}
</style>
background-color css
<style>
a { background-color: #8680E8; }
a { background-color: rgb(134,128,232); }
div.DivClassName
{
background-color: #8680E8;
}
.BgClassName
{
background-color: #8680E8;
}
</style>
border-color css
<style>
span { border-color: #8680E8; }
span { border-color: rgb(134,128,232); }
td.TdClassName
{
border-color: #8680E8;
}
.TagClassName
{
border-color: #8680E8;
}
</style>