Shades of Medium Slate Blue #8355FC
Tints of Medium Slate Blue #8355FC
RGB
CMYK
RGB Variations
Color information
#8355FC (or 0x8355FC) is known color: Medium Slate Blue. HEX triplet: 83, 55 and FC. RGB value is (131,85,252). Sum of RGB (Red+Green+Blue) = 131+85+252=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #8355FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355FC is #7CAA03. Grayscale: #757575. Windows color (decimal): -8169988 or 16536963. OLE color: 16536963.
HSL color Cylindrical-coordinate representation of color #8355FC: hue angle of 256.53º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8355FC is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 85 | 252 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.01 |
| HSL | 256.53º | 0.97% | 0.66% | - |
| HSV(B) | 256.53º | 0.66% | 0.99% | - |
| XYZ | 30.18 | 18.35 | 94.05 | - |
| YUV | 117.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 252 | 0.48 | 0.66 | 0 | 0.01 | 256.53 | 0.97 | 0.66 |
| Hex | 83 | 55 | FC | 30 | 42 | 0 | 1 | 101 | 61 | 42 |
| Octal | 203 | 125 | 374 | 60 | 102 | 0 | 1 | 401 | 141 | 102 |
| Binary | 10000011 | 1010101 | 11111100 | 110000 | 1000010 | 0 | 1 | 100000001 | 1100001 | 1000010 |
Color Harmonies of #8355FC
Complementary color
Monochromatic Colors of #8355FC
Black with #8355FC
Text Example
Text Example
White with #8355FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355FC; }
p { color: rgb(131,85,252); }
H1.HeaderClassName
{
color: #8355FC;
}
.AnyTagClassName
{
color: #8355FC;
}
</style>
background-color css
<style>
a { background-color: #8355FC; }
a { background-color: rgb(131,85,252); }
div.DivClassName
{
background-color: #8355FC;
}
.BgClassName
{
background-color: #8355FC;
}
</style>
border-color css
<style>
span { border-color: #8355FC; }
span { border-color: rgb(131,85,252); }
td.TdClassName
{
border-color: #8355FC;
}
.TagClassName
{
border-color: #8355FC;
}
</style>