Shades of Medium Slate Blue #8665F2
Tints of Medium Slate Blue #8665F2
RGB
CMYK
RGB Variations
Color information
#8665F2 (or 0x8665F2) is known color: Medium Slate Blue. HEX triplet: 86, 65 and F2. RGB value is (134,101,242). Sum of RGB (Red+Green+Blue) = 134+101+242=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #8665F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8665F2 is #799A0D. Grayscale: #7E7E7E. Windows color (decimal): -7969294 or 15885702. OLE color: 15885702.
HSL color Cylindrical-coordinate representation of color #8665F2: hue angle of 254.04º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8665F2 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 101 | 242 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.05 |
| HSL | 254.04º | 0.84% | 0.67% | - |
| HSV(B) | 254.04º | 0.58% | 0.95% | - |
| XYZ | 30.51 | 20.79 | 86.41 | - |
| YUV | 126.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 242 | 0.45 | 0.58 | 0 | 0.05 | 254.04 | 0.84 | 0.67 |
| Hex | 86 | 65 | F2 | 2D | 3A | 0 | 5 | FE | 54 | 43 |
| Octal | 206 | 145 | 362 | 55 | 72 | 0 | 5 | 376 | 124 | 103 |
| Binary | 10000110 | 1100101 | 11110010 | 101101 | 111010 | 0 | 101 | 11111110 | 1010100 | 1000011 |
Color Harmonies of #8665F2
Complementary color
Monochromatic Colors of #8665F2
Black with #8665F2
Text Example
Text Example
White with #8665F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665F2; }
p { color: rgb(134,101,242); }
H1.HeaderClassName
{
color: #8665F2;
}
.AnyTagClassName
{
color: #8665F2;
}
</style>
background-color css
<style>
a { background-color: #8665F2; }
a { background-color: rgb(134,101,242); }
div.DivClassName
{
background-color: #8665F2;
}
.BgClassName
{
background-color: #8665F2;
}
</style>
border-color css
<style>
span { border-color: #8665F2; }
span { border-color: rgb(134,101,242); }
td.TdClassName
{
border-color: #8665F2;
}
.TagClassName
{
border-color: #8665F2;
}
</style>