Shades of Medium Slate Blue #8465F2
Tints of Medium Slate Blue #8465F2
RGB
CMYK
RGB Variations
Color information
#8465F2 (or 0x8465F2) is known color: Medium Slate Blue. HEX triplet: 84, 65 and F2. RGB value is (132,101,242). Sum of RGB (Red+Green+Blue) = 132+101+242=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #8465F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8465F2 is #7B9A0D. Grayscale: #7D7D7D. Windows color (decimal): -8100366 or 15885700. OLE color: 15885700.
HSL color Cylindrical-coordinate representation of color #8465F2: hue angle of 253.19º 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 #8465F2 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 101 | 242 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.05 |
| HSL | 253.19º | 0.84% | 0.67% | - |
| HSV(B) | 253.19º | 0.58% | 0.95% | - |
| XYZ | 30.2 | 20.62 | 86.39 | - |
| YUV | 126.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 242 | 0.45 | 0.58 | 0 | 0.05 | 253.19 | 0.84 | 0.67 |
| Hex | 84 | 65 | F2 | 2D | 3A | 0 | 5 | FD | 54 | 43 |
| Octal | 204 | 145 | 362 | 55 | 72 | 0 | 5 | 375 | 124 | 103 |
| Binary | 10000100 | 1100101 | 11110010 | 101101 | 111010 | 0 | 101 | 11111101 | 1010100 | 1000011 |
Color Harmonies of #8465F2
Complementary color
Monochromatic Colors of #8465F2
Black with #8465F2
Text Example
Text Example
White with #8465F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465F2; }
p { color: rgb(132,101,242); }
H1.HeaderClassName
{
color: #8465F2;
}
.AnyTagClassName
{
color: #8465F2;
}
</style>
background-color css
<style>
a { background-color: #8465F2; }
a { background-color: rgb(132,101,242); }
div.DivClassName
{
background-color: #8465F2;
}
.BgClassName
{
background-color: #8465F2;
}
</style>
border-color css
<style>
span { border-color: #8465F2; }
span { border-color: rgb(132,101,242); }
td.TdClassName
{
border-color: #8465F2;
}
.TagClassName
{
border-color: #8465F2;
}
</style>