Shades of Medium Slate Blue #805FEA
Tints of Medium Slate Blue #805FEA
RGB
CMYK
RGB Variations
Color information
#805FEA (or 0x805FEA) is known color: Medium Slate Blue. HEX triplet: 80, 5F and EA. RGB value is (128,95,234). Sum of RGB (Red+Green+Blue) = 128+95+234=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #805FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FEA is #7FA015. Grayscale: #787878. Windows color (decimal): -8364054 or 15359872. OLE color: 15359872.
HSL color Cylindrical-coordinate representation of color #805FEA: hue angle of 254.24º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805FEA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 95 | 234 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.08 |
| HSL | 254.24º | 0.77% | 0.65% | - |
| HSV(B) | 254.24º | 0.59% | 0.92% | - |
| XYZ | 27.85 | 18.71 | 79.99 | - |
| YUV | 120.71 | 191.93 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 234 | 0.45 | 0.59 | 0 | 0.08 | 254.24 | 0.77 | 0.65 |
| Hex | 80 | 5F | EA | 2D | 3B | 0 | 8 | FE | 4D | 41 |
| Octal | 200 | 137 | 352 | 55 | 73 | 0 | 10 | 376 | 115 | 101 |
| Binary | 10000000 | 1011111 | 11101010 | 101101 | 111011 | 0 | 1000 | 11111110 | 1001101 | 1000001 |
Color Harmonies of #805FEA
Complementary color
Monochromatic Colors of #805FEA
Black with #805FEA
Text Example
Text Example
White with #805FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FEA; }
p { color: rgb(128,95,234); }
H1.HeaderClassName
{
color: #805FEA;
}
.AnyTagClassName
{
color: #805FEA;
}
</style>
background-color css
<style>
a { background-color: #805FEA; }
a { background-color: rgb(128,95,234); }
div.DivClassName
{
background-color: #805FEA;
}
.BgClassName
{
background-color: #805FEA;
}
</style>
border-color css
<style>
span { border-color: #805FEA; }
span { border-color: rgb(128,95,234); }
td.TdClassName
{
border-color: #805FEA;
}
.TagClassName
{
border-color: #805FEA;
}
</style>