Shades of Medium Slate Blue #8357FE
Tints of Medium Slate Blue #8357FE
RGB
CMYK
RGB Variations
Color information
#8357FE (or 0x8357FE) is known color: Medium Slate Blue. HEX triplet: 83, 57 and FE. RGB value is (131,87,254). Sum of RGB (Red+Green+Blue) = 131+87+254=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #8357FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8357FE is #7CA801. Grayscale: #767676. Windows color (decimal): -8169474 or 16668547. OLE color: 16668547.
HSL color Cylindrical-coordinate representation of color #8357FE: hue angle of 255.81º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8357FE is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 87 | 254 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.00 |
| HSL | 255.81º | 0.99% | 0.67% | - |
| HSV(B) | 255.81º | 0.66% | 1% | - |
| XYZ | 30.66 | 18.8 | 95.78 | - |
| YUV | 119.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 254 | 0.48 | 0.66 | 0 | 0.00 | 255.81 | 0.99 | 0.67 |
| Hex | 83 | 57 | FE | 30 | 42 | 0 | 0 | 100 | 63 | 43 |
| Octal | 203 | 127 | 376 | 60 | 102 | 0 | 0 | 400 | 143 | 103 |
| Binary | 10000011 | 1010111 | 11111110 | 110000 | 1000010 | 0 | 0 | 100000000 | 1100011 | 1000011 |
Color Harmonies of #8357FE
Complementary color
Monochromatic Colors of #8357FE
Black with #8357FE
Text Example
Text Example
White with #8357FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8357FE; }
p { color: rgb(131,87,254); }
H1.HeaderClassName
{
color: #8357FE;
}
.AnyTagClassName
{
color: #8357FE;
}
</style>
background-color css
<style>
a { background-color: #8357FE; }
a { background-color: rgb(131,87,254); }
div.DivClassName
{
background-color: #8357FE;
}
.BgClassName
{
background-color: #8357FE;
}
</style>
border-color css
<style>
span { border-color: #8357FE; }
span { border-color: rgb(131,87,254); }
td.TdClassName
{
border-color: #8357FE;
}
.TagClassName
{
border-color: #8357FE;
}
</style>