Shades of Medium Slate Blue #8662F0
Tints of Medium Slate Blue #8662F0
RGB
CMYK
RGB Variations
Color information
#8662F0 (or 0x8662F0) is known color: Medium Slate Blue. HEX triplet: 86, 62 and F0. RGB value is (134,98,240). Sum of RGB (Red+Green+Blue) = 134+98+240=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #8662F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8662F0 is #799D0F. Grayscale: #7C7C7C. Windows color (decimal): -7970064 or 15753862. OLE color: 15753862.
HSL color Cylindrical-coordinate representation of color #8662F0: hue angle of 255.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8662F0 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 98 | 240 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.06 |
| HSL | 255.21º | 0.83% | 0.66% | - |
| HSV(B) | 255.21º | 0.59% | 0.94% | - |
| XYZ | 29.93 | 20.09 | 84.74 | - |
| YUV | 124.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 240 | 0.44 | 0.59 | 0 | 0.06 | 255.21 | 0.83 | 0.66 |
| Hex | 86 | 62 | F0 | 2C | 3B | 0 | 6 | FF | 53 | 42 |
| Octal | 206 | 142 | 360 | 54 | 73 | 0 | 6 | 377 | 123 | 102 |
| Binary | 10000110 | 1100010 | 11110000 | 101100 | 111011 | 0 | 110 | 11111111 | 1010011 | 1000010 |
Color Harmonies of #8662F0
Complementary color
Monochromatic Colors of #8662F0
Black with #8662F0
Text Example
Text Example
White with #8662F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662F0; }
p { color: rgb(134,98,240); }
H1.HeaderClassName
{
color: #8662F0;
}
.AnyTagClassName
{
color: #8662F0;
}
</style>
background-color css
<style>
a { background-color: #8662F0; }
a { background-color: rgb(134,98,240); }
div.DivClassName
{
background-color: #8662F0;
}
.BgClassName
{
background-color: #8662F0;
}
</style>
border-color css
<style>
span { border-color: #8662F0; }
span { border-color: rgb(134,98,240); }
td.TdClassName
{
border-color: #8662F0;
}
.TagClassName
{
border-color: #8662F0;
}
</style>