Shades of Medium Slate Blue #826AF2
Tints of Medium Slate Blue #826AF2
RGB
CMYK
RGB Variations
Color information
#826AF2 (or 0x826AF2) is known color: Medium Slate Blue. HEX triplet: 82, 6A and F2. RGB value is (130,106,242). Sum of RGB (Red+Green+Blue) = 130+106+242=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #826AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AF2 is #7D950D. Grayscale: #808080. Windows color (decimal): -8230158 or 15886978. OLE color: 15886978.
HSL color Cylindrical-coordinate representation of color #826AF2: hue angle of 250.59º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826AF2 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 106 | 242 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.05 |
| HSL | 250.59º | 0.84% | 0.68% | - |
| HSV(B) | 250.59º | 0.56% | 0.95% | - |
| XYZ | 30.39 | 21.46 | 86.55 | - |
| YUV | 128.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 242 | 0.46 | 0.56 | 0 | 0.05 | 250.59 | 0.84 | 0.68 |
| Hex | 82 | 6A | F2 | 2E | 38 | 0 | 5 | FB | 54 | 44 |
| Octal | 202 | 152 | 362 | 56 | 70 | 0 | 5 | 373 | 124 | 104 |
| Binary | 10000010 | 1101010 | 11110010 | 101110 | 111000 | 0 | 101 | 11111011 | 1010100 | 1000100 |
Color Harmonies of #826AF2
Complementary color
Monochromatic Colors of #826AF2
Black with #826AF2
Text Example
Text Example
White with #826AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826AF2; }
p { color: rgb(130,106,242); }
H1.HeaderClassName
{
color: #826AF2;
}
.AnyTagClassName
{
color: #826AF2;
}
</style>
background-color css
<style>
a { background-color: #826AF2; }
a { background-color: rgb(130,106,242); }
div.DivClassName
{
background-color: #826AF2;
}
.BgClassName
{
background-color: #826AF2;
}
</style>
border-color css
<style>
span { border-color: #826AF2; }
span { border-color: rgb(130,106,242); }
td.TdClassName
{
border-color: #826AF2;
}
.TagClassName
{
border-color: #826AF2;
}
</style>