Shades of Medium Slate Blue #8354E6
Tints of Medium Slate Blue #8354E6
RGB
CMYK
RGB Variations
Color information
#8354E6 (or 0x8354E6) is known color: Medium Slate Blue. HEX triplet: 83, 54 and E6. RGB value is (131,84,230). Sum of RGB (Red+Green+Blue) = 131+84+230=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #8354E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8354E6 is #7CAB19. Grayscale: #727272. Windows color (decimal): -8170266 or 15094915. OLE color: 15094915.
HSL color Cylindrical-coordinate representation of color #8354E6: hue angle of 259.32º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8354E6 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 84 | 230 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.10 |
| HSL | 259.32º | 0.74% | 0.62% | - |
| HSV(B) | 259.32º | 0.63% | 0.9% | - |
| XYZ | 26.81 | 16.88 | 76.71 | - |
| YUV | 114.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 230 | 0.43 | 0.63 | 0 | 0.10 | 259.32 | 0.74 | 0.62 |
| Hex | 83 | 54 | E6 | 2B | 3F | 0 | A | 103 | 4A | 3E |
| Octal | 203 | 124 | 346 | 53 | 77 | 0 | 12 | 403 | 112 | 76 |
| Binary | 10000011 | 1010100 | 11100110 | 101011 | 111111 | 0 | 1010 | 100000011 | 1001010 | 111110 |
Color Harmonies of #8354E6
Complementary color
Monochromatic Colors of #8354E6
Black with #8354E6
Text Example
Text Example
White with #8354E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354E6; }
p { color: rgb(131,84,230); }
H1.HeaderClassName
{
color: #8354E6;
}
.AnyTagClassName
{
color: #8354E6;
}
</style>
background-color css
<style>
a { background-color: #8354E6; }
a { background-color: rgb(131,84,230); }
div.DivClassName
{
background-color: #8354E6;
}
.BgClassName
{
background-color: #8354E6;
}
</style>
border-color css
<style>
span { border-color: #8354E6; }
span { border-color: rgb(131,84,230); }
td.TdClassName
{
border-color: #8354E6;
}
.TagClassName
{
border-color: #8354E6;
}
</style>