Shades of Medium Slate Blue #8665F4
Tints of Medium Slate Blue #8665F4
RGB
CMYK
RGB Variations
Color information
#8665F4 (or 0x8665F4) is known color: Medium Slate Blue. HEX triplet: 86, 65 and F4. RGB value is (134,101,244). Sum of RGB (Red+Green+Blue) = 134+101+244=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #8665F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8665F4 is #799A0B. Grayscale: #7E7E7E. Windows color (decimal): -7969292 or 16016774. OLE color: 16016774.
HSL color Cylindrical-coordinate representation of color #8665F4: hue angle of 253.85º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8665F4 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 101 | 244 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.04 |
| HSL | 253.85º | 0.87% | 0.68% | - |
| HSV(B) | 253.85º | 0.59% | 0.96% | - |
| XYZ | 30.81 | 20.91 | 88 | - |
| YUV | 127.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 244 | 0.45 | 0.59 | 0 | 0.04 | 253.85 | 0.87 | 0.68 |
| Hex | 86 | 65 | F4 | 2D | 3B | 0 | 4 | FE | 57 | 44 |
| Octal | 206 | 145 | 364 | 55 | 73 | 0 | 4 | 376 | 127 | 104 |
| Binary | 10000110 | 1100101 | 11110100 | 101101 | 111011 | 0 | 100 | 11111110 | 1010111 | 1000100 |
Color Harmonies of #8665F4
Complementary color
Monochromatic Colors of #8665F4
Black with #8665F4
Text Example
Text Example
White with #8665F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665F4; }
p { color: rgb(134,101,244); }
H1.HeaderClassName
{
color: #8665F4;
}
.AnyTagClassName
{
color: #8665F4;
}
</style>
background-color css
<style>
a { background-color: #8665F4; }
a { background-color: rgb(134,101,244); }
div.DivClassName
{
background-color: #8665F4;
}
.BgClassName
{
background-color: #8665F4;
}
</style>
border-color css
<style>
span { border-color: #8665F4; }
span { border-color: rgb(134,101,244); }
td.TdClassName
{
border-color: #8665F4;
}
.TagClassName
{
border-color: #8665F4;
}
</style>