Shades of Medium Slate Blue #826BEA
Tints of Medium Slate Blue #826BEA
RGB
CMYK
RGB Variations
Color information
#826BEA (or 0x826BEA) is known color: Medium Slate Blue. HEX triplet: 82, 6B and EA. RGB value is (130,107,234). Sum of RGB (Red+Green+Blue) = 130+107+234=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #826BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BEA is #7D9415. Grayscale: #7F7F7F. Windows color (decimal): -8229910 or 15362946. OLE color: 15362946.
HSL color Cylindrical-coordinate representation of color #826BEA: hue angle of 250.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #826BEA is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 107 | 234 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.08 |
| HSL | 250.87º | 0.75% | 0.67% | - |
| HSV(B) | 250.87º | 0.54% | 0.92% | - |
| XYZ | 29.31 | 21.2 | 80.39 | - |
| YUV | 128.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 234 | 0.44 | 0.54 | 0 | 0.08 | 250.87 | 0.75 | 0.67 |
| Hex | 82 | 6B | EA | 2C | 36 | 0 | 8 | FB | 4B | 43 |
| Octal | 202 | 153 | 352 | 54 | 66 | 0 | 10 | 373 | 113 | 103 |
| Binary | 10000010 | 1101011 | 11101010 | 101100 | 110110 | 0 | 1000 | 11111011 | 1001011 | 1000011 |
Color Harmonies of #826BEA
Complementary color
Monochromatic Colors of #826BEA
Black with #826BEA
Text Example
Text Example
White with #826BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BEA; }
p { color: rgb(130,107,234); }
H1.HeaderClassName
{
color: #826BEA;
}
.AnyTagClassName
{
color: #826BEA;
}
</style>
background-color css
<style>
a { background-color: #826BEA; }
a { background-color: rgb(130,107,234); }
div.DivClassName
{
background-color: #826BEA;
}
.BgClassName
{
background-color: #826BEA;
}
</style>
border-color css
<style>
span { border-color: #826BEA; }
span { border-color: rgb(130,107,234); }
td.TdClassName
{
border-color: #826BEA;
}
.TagClassName
{
border-color: #826BEA;
}
</style>