Shades of Medium Slate Blue #8772EA
Tints of Medium Slate Blue #8772EA
RGB
CMYK
RGB Variations
Color information
#8772EA (or 0x8772EA) is known color: Medium Slate Blue. HEX triplet: 87, 72 and EA. RGB value is (135,114,234). Sum of RGB (Red+Green+Blue) = 135+114+234=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #8772EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8772EA is #788D15. Grayscale: #858585. Windows color (decimal): -7900438 or 15364743. OLE color: 15364743.
HSL color Cylindrical-coordinate representation of color #8772EA: hue angle of 250.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8772EA is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 114 | 234 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.08 |
| HSL | 250.5º | 0.74% | 0.68% | - |
| HSV(B) | 250.5º | 0.51% | 0.92% | - |
| XYZ | 30.86 | 23.13 | 80.68 | - |
| YUV | 133.96 | 184.46 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 234 | 0.42 | 0.51 | 0 | 0.08 | 250.5 | 0.74 | 0.68 |
| Hex | 87 | 72 | EA | 2A | 33 | 0 | 8 | FB | 4A | 44 |
| Octal | 207 | 162 | 352 | 52 | 63 | 0 | 10 | 373 | 112 | 104 |
| Binary | 10000111 | 1110010 | 11101010 | 101010 | 110011 | 0 | 1000 | 11111011 | 1001010 | 1000100 |
Color Harmonies of #8772EA
Complementary color
Monochromatic Colors of #8772EA
Black with #8772EA
Text Example
Text Example
White with #8772EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8772EA; }
p { color: rgb(135,114,234); }
H1.HeaderClassName
{
color: #8772EA;
}
.AnyTagClassName
{
color: #8772EA;
}
</style>
background-color css
<style>
a { background-color: #8772EA; }
a { background-color: rgb(135,114,234); }
div.DivClassName
{
background-color: #8772EA;
}
.BgClassName
{
background-color: #8772EA;
}
</style>
border-color css
<style>
span { border-color: #8772EA; }
span { border-color: rgb(135,114,234); }
td.TdClassName
{
border-color: #8772EA;
}
.TagClassName
{
border-color: #8772EA;
}
</style>