Shades of Medium Slate Blue #8481EA
Tints of Medium Slate Blue #8481EA
RGB
CMYK
RGB Variations
Color information
#8481EA (or 0x8481EA) is known color: Medium Slate Blue. HEX triplet: 84, 81 and EA. RGB value is (132,129,234). Sum of RGB (Red+Green+Blue) = 132+129+234=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #8481EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8481EA is #7B7E15. Grayscale: #8D8D8D. Windows color (decimal): -8093206 or 15368580. OLE color: 15368580.
HSL color Cylindrical-coordinate representation of color #8481EA: hue angle of 241.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8481EA is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 129 | 234 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.08 |
| HSL | 241.71º | 0.71% | 0.71% | - |
| HSV(B) | 241.71º | 0.45% | 0.92% | - |
| XYZ | 32.22 | 26.55 | 81.27 | - |
| YUV | 141.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 234 | 0.44 | 0.45 | 0 | 0.08 | 241.71 | 0.71 | 0.71 |
| Hex | 84 | 81 | EA | 2C | 2D | 0 | 8 | F2 | 47 | 47 |
| Octal | 204 | 201 | 352 | 54 | 55 | 0 | 10 | 362 | 107 | 107 |
| Binary | 10000100 | 10000001 | 11101010 | 101100 | 101101 | 0 | 1000 | 11110010 | 1000111 | 1000111 |
Color Harmonies of #8481EA
Complementary color
Monochromatic Colors of #8481EA
Black with #8481EA
Text Example
Text Example
White with #8481EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481EA; }
p { color: rgb(132,129,234); }
H1.HeaderClassName
{
color: #8481EA;
}
.AnyTagClassName
{
color: #8481EA;
}
</style>
background-color css
<style>
a { background-color: #8481EA; }
a { background-color: rgb(132,129,234); }
div.DivClassName
{
background-color: #8481EA;
}
.BgClassName
{
background-color: #8481EA;
}
</style>
border-color css
<style>
span { border-color: #8481EA; }
span { border-color: rgb(132,129,234); }
td.TdClassName
{
border-color: #8481EA;
}
.TagClassName
{
border-color: #8481EA;
}
</style>