Shades of Medium Slate Blue #807BE3
Tints of Medium Slate Blue #807BE3
RGB
CMYK
RGB Variations
Color information
#807BE3 (or 0x807BE3) is known color: Medium Slate Blue. HEX triplet: 80, 7B and E3. RGB value is (128,123,227). Sum of RGB (Red+Green+Blue) = 128+123+227=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #807BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BE3 is #7F841C. Grayscale: #878787. Windows color (decimal): -8356893 or 14908288. OLE color: 14908288.
HSL color Cylindrical-coordinate representation of color #807BE3: hue angle of 242.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #807BE3 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 123 | 227 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.11 |
| HSL | 242.88º | 0.65% | 0.69% | - |
| HSV(B) | 242.88º | 0.46% | 0.89% | - |
| XYZ | 29.85 | 24.3 | 75.79 | - |
| YUV | 136.35 | 179.16 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 227 | 0.44 | 0.46 | 0 | 0.11 | 242.88 | 0.65 | 0.69 |
| Hex | 80 | 7B | E3 | 2C | 2E | 0 | B | F3 | 41 | 45 |
| Octal | 200 | 173 | 343 | 54 | 56 | 0 | 13 | 363 | 101 | 105 |
| Binary | 10000000 | 1111011 | 11100011 | 101100 | 101110 | 0 | 1011 | 11110011 | 1000001 | 1000101 |
Color Harmonies of #807BE3
Complementary color
Monochromatic Colors of #807BE3
Black with #807BE3
Text Example
Text Example
White with #807BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BE3; }
p { color: rgb(128,123,227); }
H1.HeaderClassName
{
color: #807BE3;
}
.AnyTagClassName
{
color: #807BE3;
}
</style>
background-color css
<style>
a { background-color: #807BE3; }
a { background-color: rgb(128,123,227); }
div.DivClassName
{
background-color: #807BE3;
}
.BgClassName
{
background-color: #807BE3;
}
</style>
border-color css
<style>
span { border-color: #807BE3; }
span { border-color: rgb(128,123,227); }
td.TdClassName
{
border-color: #807BE3;
}
.TagClassName
{
border-color: #807BE3;
}
</style>