Shades of Medium Slate Blue #8469EC
Tints of Medium Slate Blue #8469EC
RGB
CMYK
RGB Variations
Color information
#8469EC (or 0x8469EC) is known color: Medium Slate Blue. HEX triplet: 84, 69 and EC. RGB value is (132,105,236). Sum of RGB (Red+Green+Blue) = 132+105+236=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #8469EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469EC is #7B9613. Grayscale: #7F7F7F. Windows color (decimal): -8099348 or 15493508. OLE color: 15493508.
HSL color Cylindrical-coordinate representation of color #8469EC: hue angle of 252.37º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8469EC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 105 | 236 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.07 |
| HSL | 252.37º | 0.78% | 0.67% | - |
| HSV(B) | 252.37º | 0.56% | 0.93% | - |
| XYZ | 29.71 | 21.06 | 81.86 | - |
| YUV | 128.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 236 | 0.44 | 0.56 | 0 | 0.07 | 252.37 | 0.78 | 0.67 |
| Hex | 84 | 69 | EC | 2C | 38 | 0 | 7 | FC | 4E | 43 |
| Octal | 204 | 151 | 354 | 54 | 70 | 0 | 7 | 374 | 116 | 103 |
| Binary | 10000100 | 1101001 | 11101100 | 101100 | 111000 | 0 | 111 | 11111100 | 1001110 | 1000011 |
Color Harmonies of #8469EC
Complementary color
Monochromatic Colors of #8469EC
Black with #8469EC
Text Example
Text Example
White with #8469EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469EC; }
p { color: rgb(132,105,236); }
H1.HeaderClassName
{
color: #8469EC;
}
.AnyTagClassName
{
color: #8469EC;
}
</style>
background-color css
<style>
a { background-color: #8469EC; }
a { background-color: rgb(132,105,236); }
div.DivClassName
{
background-color: #8469EC;
}
.BgClassName
{
background-color: #8469EC;
}
</style>
border-color css
<style>
span { border-color: #8469EC; }
span { border-color: rgb(132,105,236); }
td.TdClassName
{
border-color: #8469EC;
}
.TagClassName
{
border-color: #8469EC;
}
</style>