Shades of Medium Slate Blue #805CEF
Tints of Medium Slate Blue #805CEF
RGB
CMYK
RGB Variations
Color information
#805CEF (or 0x805CEF) is known color: Medium Slate Blue. HEX triplet: 80, 5C and EF. RGB value is (128,92,239). Sum of RGB (Red+Green+Blue) = 128+92+239=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #805CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CEF is #7FA310. Grayscale: #767676. Windows color (decimal): -8364817 or 15686784. OLE color: 15686784.
HSL color Cylindrical-coordinate representation of color #805CEF: hue angle of 254.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805CEF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 92 | 239 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.06 |
| HSL | 254.69º | 0.82% | 0.65% | - |
| HSV(B) | 254.69º | 0.62% | 0.94% | - |
| XYZ | 28.31 | 18.48 | 83.74 | - |
| YUV | 119.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 239 | 0.46 | 0.62 | 0 | 0.06 | 254.69 | 0.82 | 0.65 |
| Hex | 80 | 5C | EF | 2E | 3E | 0 | 6 | FF | 52 | 41 |
| Octal | 200 | 134 | 357 | 56 | 76 | 0 | 6 | 377 | 122 | 101 |
| Binary | 10000000 | 1011100 | 11101111 | 101110 | 111110 | 0 | 110 | 11111111 | 1010010 | 1000001 |
Color Harmonies of #805CEF
Complementary color
Monochromatic Colors of #805CEF
Black with #805CEF
Text Example
Text Example
White with #805CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CEF; }
p { color: rgb(128,92,239); }
H1.HeaderClassName
{
color: #805CEF;
}
.AnyTagClassName
{
color: #805CEF;
}
</style>
background-color css
<style>
a { background-color: #805CEF; }
a { background-color: rgb(128,92,239); }
div.DivClassName
{
background-color: #805CEF;
}
.BgClassName
{
background-color: #805CEF;
}
</style>
border-color css
<style>
span { border-color: #805CEF; }
span { border-color: rgb(128,92,239); }
td.TdClassName
{
border-color: #805CEF;
}
.TagClassName
{
border-color: #805CEF;
}
</style>