Shades of Medium Slate Blue #827FE3
Tints of Medium Slate Blue #827FE3
RGB
CMYK
RGB Variations
Color information
#827FE3 (or 0x827FE3) is known color: Medium Slate Blue. HEX triplet: 82, 7F and E3. RGB value is (130,127,227). Sum of RGB (Red+Green+Blue) = 130+127+227=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #827FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FE3 is #7D801C. Grayscale: #8A8A8A. Windows color (decimal): -8224797 or 14909314. OLE color: 14909314.
HSL color Cylindrical-coordinate representation of color #827FE3: hue angle of 241.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827FE3 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 127 | 227 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.11 |
| HSL | 241.8º | 0.64% | 0.69% | - |
| HSV(B) | 241.8º | 0.44% | 0.89% | - |
| XYZ | 30.66 | 25.47 | 75.97 | - |
| YUV | 139.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 227 | 0.43 | 0.44 | 0 | 0.11 | 241.8 | 0.64 | 0.69 |
| Hex | 82 | 7F | E3 | 2B | 2C | 0 | B | F2 | 40 | 45 |
| Octal | 202 | 177 | 343 | 53 | 54 | 0 | 13 | 362 | 100 | 105 |
| Binary | 10000010 | 1111111 | 11100011 | 101011 | 101100 | 0 | 1011 | 11110010 | 1000000 | 1000101 |
Color Harmonies of #827FE3
Complementary color
Monochromatic Colors of #827FE3
Black with #827FE3
Text Example
Text Example
White with #827FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FE3; }
p { color: rgb(130,127,227); }
H1.HeaderClassName
{
color: #827FE3;
}
.AnyTagClassName
{
color: #827FE3;
}
</style>
background-color css
<style>
a { background-color: #827FE3; }
a { background-color: rgb(130,127,227); }
div.DivClassName
{
background-color: #827FE3;
}
.BgClassName
{
background-color: #827FE3;
}
</style>
border-color css
<style>
span { border-color: #827FE3; }
span { border-color: rgb(130,127,227); }
td.TdClassName
{
border-color: #827FE3;
}
.TagClassName
{
border-color: #827FE3;
}
</style>