Shades of Medium Slate Blue #807BEF
Tints of Medium Slate Blue #807BEF
RGB
CMYK
RGB Variations
Color information
#807BEF (or 0x807BEF) is known color: Medium Slate Blue. HEX triplet: 80, 7B and EF. RGB value is (128,123,239). Sum of RGB (Red+Green+Blue) = 128+123+239=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #807BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BEF is #7F8410. Grayscale: #898989. Windows color (decimal): -8356881 or 15694720. OLE color: 15694720.
HSL color Cylindrical-coordinate representation of color #807BEF: hue angle of 242.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #807BEF is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 123 | 239 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.06 |
| HSL | 242.59º | 0.78% | 0.71% | - |
| HSV(B) | 242.59º | 0.49% | 0.94% | - |
| XYZ | 31.57 | 24.99 | 84.82 | - |
| YUV | 137.72 | 185.16 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 239 | 0.46 | 0.49 | 0 | 0.06 | 242.59 | 0.78 | 0.71 |
| Hex | 80 | 7B | EF | 2E | 31 | 0 | 6 | F3 | 4E | 47 |
| Octal | 200 | 173 | 357 | 56 | 61 | 0 | 6 | 363 | 116 | 107 |
| Binary | 10000000 | 1111011 | 11101111 | 101110 | 110001 | 0 | 110 | 11110011 | 1001110 | 1000111 |
Color Harmonies of #807BEF
Complementary color
Monochromatic Colors of #807BEF
Black with #807BEF
Text Example
Text Example
White with #807BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BEF; }
p { color: rgb(128,123,239); }
H1.HeaderClassName
{
color: #807BEF;
}
.AnyTagClassName
{
color: #807BEF;
}
</style>
background-color css
<style>
a { background-color: #807BEF; }
a { background-color: rgb(128,123,239); }
div.DivClassName
{
background-color: #807BEF;
}
.BgClassName
{
background-color: #807BEF;
}
</style>
border-color css
<style>
span { border-color: #807BEF; }
span { border-color: rgb(128,123,239); }
td.TdClassName
{
border-color: #807BEF;
}
.TagClassName
{
border-color: #807BEF;
}
</style>