Shades of Medium Slate Blue #8769EC
Tints of Medium Slate Blue #8769EC
RGB
CMYK
RGB Variations
Color information
#8769EC (or 0x8769EC) is known color: Medium Slate Blue. HEX triplet: 87, 69 and EC. RGB value is (135,105,236). Sum of RGB (Red+Green+Blue) = 135+105+236=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #8769EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8769EC is #789613. Grayscale: #808080. Windows color (decimal): -7902740 or 15493511. OLE color: 15493511.
HSL color Cylindrical-coordinate representation of color #8769EC: hue angle of 253.74º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8769EC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 105 | 236 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.07 |
| HSL | 253.74º | 0.78% | 0.67% | - |
| HSV(B) | 253.74º | 0.56% | 0.93% | - |
| XYZ | 30.18 | 21.31 | 81.88 | - |
| YUV | 128.9 | 188.44 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 236 | 0.43 | 0.56 | 0 | 0.07 | 253.74 | 0.78 | 0.67 |
| Hex | 87 | 69 | EC | 2B | 38 | 0 | 7 | FE | 4E | 43 |
| Octal | 207 | 151 | 354 | 53 | 70 | 0 | 7 | 376 | 116 | 103 |
| Binary | 10000111 | 1101001 | 11101100 | 101011 | 111000 | 0 | 111 | 11111110 | 1001110 | 1000011 |
Color Harmonies of #8769EC
Complementary color
Monochromatic Colors of #8769EC
Black with #8769EC
Text Example
Text Example
White with #8769EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8769EC; }
p { color: rgb(135,105,236); }
H1.HeaderClassName
{
color: #8769EC;
}
.AnyTagClassName
{
color: #8769EC;
}
</style>
background-color css
<style>
a { background-color: #8769EC; }
a { background-color: rgb(135,105,236); }
div.DivClassName
{
background-color: #8769EC;
}
.BgClassName
{
background-color: #8769EC;
}
</style>
border-color css
<style>
span { border-color: #8769EC; }
span { border-color: rgb(135,105,236); }
td.TdClassName
{
border-color: #8769EC;
}
.TagClassName
{
border-color: #8769EC;
}
</style>