Shades of Medium Slate Blue #8469EA
Tints of Medium Slate Blue #8469EA
RGB
CMYK
RGB Variations
Color information
#8469EA (or 0x8469EA) is known color: Medium Slate Blue. HEX triplet: 84, 69 and EA. RGB value is (132,105,234). Sum of RGB (Red+Green+Blue) = 132+105+234=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #8469EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469EA is #7B9615. Grayscale: #7F7F7F. Windows color (decimal): -8099350 or 15362436. OLE color: 15362436.
HSL color Cylindrical-coordinate representation of color #8469EA: hue angle of 252.56º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8469EA is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 105 | 234 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.08 |
| HSL | 252.56º | 0.75% | 0.66% | - |
| HSV(B) | 252.56º | 0.55% | 0.92% | - |
| XYZ | 29.42 | 20.95 | 80.33 | - |
| YUV | 127.78 | 187.95 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 234 | 0.44 | 0.55 | 0 | 0.08 | 252.56 | 0.75 | 0.66 |
| Hex | 84 | 69 | EA | 2C | 37 | 0 | 8 | FD | 4B | 42 |
| Octal | 204 | 151 | 352 | 54 | 67 | 0 | 10 | 375 | 113 | 102 |
| Binary | 10000100 | 1101001 | 11101010 | 101100 | 110111 | 0 | 1000 | 11111101 | 1001011 | 1000010 |
Color Harmonies of #8469EA
Complementary color
Monochromatic Colors of #8469EA
Black with #8469EA
Text Example
Text Example
White with #8469EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469EA; }
p { color: rgb(132,105,234); }
H1.HeaderClassName
{
color: #8469EA;
}
.AnyTagClassName
{
color: #8469EA;
}
</style>
background-color css
<style>
a { background-color: #8469EA; }
a { background-color: rgb(132,105,234); }
div.DivClassName
{
background-color: #8469EA;
}
.BgClassName
{
background-color: #8469EA;
}
</style>
border-color css
<style>
span { border-color: #8469EA; }
span { border-color: rgb(132,105,234); }
td.TdClassName
{
border-color: #8469EA;
}
.TagClassName
{
border-color: #8469EA;
}
</style>