Shades of Medium Slate Blue #807CED
Tints of Medium Slate Blue #807CED
RGB
CMYK
RGB Variations
Color information
#807CED (or 0x807CED) is known color: Medium Slate Blue. HEX triplet: 80, 7C and ED. RGB value is (128,124,237). Sum of RGB (Red+Green+Blue) = 128+124+237=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #807CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CED is #7F8312. Grayscale: #898989. Windows color (decimal): -8356627 or 15563904. OLE color: 15563904.
HSL color Cylindrical-coordinate representation of color #807CED: hue angle of 242.12º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807CED is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 124 | 237 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.07 |
| HSL | 242.12º | 0.76% | 0.71% | - |
| HSV(B) | 242.12º | 0.48% | 0.93% | - |
| XYZ | 31.4 | 25.12 | 83.31 | - |
| YUV | 138.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 237 | 0.46 | 0.48 | 0 | 0.07 | 242.12 | 0.76 | 0.71 |
| Hex | 80 | 7C | ED | 2E | 30 | 0 | 7 | F2 | 4C | 47 |
| Octal | 200 | 174 | 355 | 56 | 60 | 0 | 7 | 362 | 114 | 107 |
| Binary | 10000000 | 1111100 | 11101101 | 101110 | 110000 | 0 | 111 | 11110010 | 1001100 | 1000111 |
Color Harmonies of #807CED
Complementary color
Monochromatic Colors of #807CED
Black with #807CED
Text Example
Text Example
White with #807CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CED; }
p { color: rgb(128,124,237); }
H1.HeaderClassName
{
color: #807CED;
}
.AnyTagClassName
{
color: #807CED;
}
</style>
background-color css
<style>
a { background-color: #807CED; }
a { background-color: rgb(128,124,237); }
div.DivClassName
{
background-color: #807CED;
}
.BgClassName
{
background-color: #807CED;
}
</style>
border-color css
<style>
span { border-color: #807CED; }
span { border-color: rgb(128,124,237); }
td.TdClassName
{
border-color: #807CED;
}
.TagClassName
{
border-color: #807CED;
}
</style>