Shades of Medium Slate Blue #8469F3
Tints of Medium Slate Blue #8469F3
RGB
CMYK
RGB Variations
Color information
#8469F3 (or 0x8469F3) is known color: Medium Slate Blue. HEX triplet: 84, 69 and F3. RGB value is (132,105,243). Sum of RGB (Red+Green+Blue) = 132+105+243=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #8469F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469F3 is #7B960C. Grayscale: #808080. Windows color (decimal): -8099341 or 15952260. OLE color: 15952260.
HSL color Cylindrical-coordinate representation of color #8469F3: hue angle of 251.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8469F3 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 105 | 243 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.05 |
| HSL | 251.74º | 0.85% | 0.68% | - |
| HSV(B) | 251.74º | 0.57% | 0.95% | - |
| XYZ | 30.74 | 21.48 | 87.32 | - |
| YUV | 128.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 243 | 0.46 | 0.57 | 0 | 0.05 | 251.74 | 0.85 | 0.68 |
| Hex | 84 | 69 | F3 | 2E | 39 | 0 | 5 | FC | 55 | 44 |
| Octal | 204 | 151 | 363 | 56 | 71 | 0 | 5 | 374 | 125 | 104 |
| Binary | 10000100 | 1101001 | 11110011 | 101110 | 111001 | 0 | 101 | 11111100 | 1010101 | 1000100 |
Color Harmonies of #8469F3
Complementary color
Monochromatic Colors of #8469F3
Black with #8469F3
Text Example
Text Example
White with #8469F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469F3; }
p { color: rgb(132,105,243); }
H1.HeaderClassName
{
color: #8469F3;
}
.AnyTagClassName
{
color: #8469F3;
}
</style>
background-color css
<style>
a { background-color: #8469F3; }
a { background-color: rgb(132,105,243); }
div.DivClassName
{
background-color: #8469F3;
}
.BgClassName
{
background-color: #8469F3;
}
</style>
border-color css
<style>
span { border-color: #8469F3; }
span { border-color: rgb(132,105,243); }
td.TdClassName
{
border-color: #8469F3;
}
.TagClassName
{
border-color: #8469F3;
}
</style>