Shades of Medium Slate Blue #827BE4
Tints of Medium Slate Blue #827BE4
RGB
CMYK
RGB Variations
Color information
#827BE4 (or 0x827BE4) is known color: Medium Slate Blue. HEX triplet: 82, 7B and E4. RGB value is (130,123,228). Sum of RGB (Red+Green+Blue) = 130+123+228=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #827BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BE4 is #7D841B. Grayscale: #888888. Windows color (decimal): -8225820 or 14973826. OLE color: 14973826.
HSL color Cylindrical-coordinate representation of color #827BE4: hue angle of 244º degrees, saturation: 0.66, 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 #827BE4 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 123 | 228 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.11 |
| HSL | 244º | 0.66% | 0.69% | - |
| HSV(B) | 244º | 0.46% | 0.89% | - |
| XYZ | 30.29 | 24.51 | 76.53 | - |
| YUV | 137.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 228 | 0.43 | 0.46 | 0 | 0.11 | 244 | 0.66 | 0.69 |
| Hex | 82 | 7B | E4 | 2B | 2E | 0 | B | F4 | 42 | 45 |
| Octal | 202 | 173 | 344 | 53 | 56 | 0 | 13 | 364 | 102 | 105 |
| Binary | 10000010 | 1111011 | 11100100 | 101011 | 101110 | 0 | 1011 | 11110100 | 1000010 | 1000101 |
Color Harmonies of #827BE4
Complementary color
Monochromatic Colors of #827BE4
Black with #827BE4
Text Example
Text Example
White with #827BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BE4; }
p { color: rgb(130,123,228); }
H1.HeaderClassName
{
color: #827BE4;
}
.AnyTagClassName
{
color: #827BE4;
}
</style>
background-color css
<style>
a { background-color: #827BE4; }
a { background-color: rgb(130,123,228); }
div.DivClassName
{
background-color: #827BE4;
}
.BgClassName
{
background-color: #827BE4;
}
</style>
border-color css
<style>
span { border-color: #827BE4; }
span { border-color: rgb(130,123,228); }
td.TdClassName
{
border-color: #827BE4;
}
.TagClassName
{
border-color: #827BE4;
}
</style>