Shades of Medium Slate Blue #826FE8
Tints of Medium Slate Blue #826FE8
RGB
CMYK
RGB Variations
Color information
#826FE8 (or 0x826FE8) is known color: Medium Slate Blue. HEX triplet: 82, 6F and E8. RGB value is (130,111,232). Sum of RGB (Red+Green+Blue) = 130+111+232=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #826FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FE8 is #7D9017. Grayscale: #828282. Windows color (decimal): -8228888 or 15232898. OLE color: 15232898.
HSL color Cylindrical-coordinate representation of color #826FE8: hue angle of 249.42º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #826FE8 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 111 | 232 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.09 |
| HSL | 249.42º | 0.72% | 0.67% | - |
| HSV(B) | 249.42º | 0.52% | 0.91% | - |
| XYZ | 29.46 | 21.94 | 79.03 | - |
| YUV | 130.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 232 | 0.44 | 0.52 | 0 | 0.09 | 249.42 | 0.72 | 0.67 |
| Hex | 82 | 6F | E8 | 2C | 34 | 0 | 9 | F9 | 48 | 43 |
| Octal | 202 | 157 | 350 | 54 | 64 | 0 | 11 | 371 | 110 | 103 |
| Binary | 10000010 | 1101111 | 11101000 | 101100 | 110100 | 0 | 1001 | 11111001 | 1001000 | 1000011 |
Color Harmonies of #826FE8
Complementary color
Monochromatic Colors of #826FE8
Black with #826FE8
Text Example
Text Example
White with #826FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826FE8; }
p { color: rgb(130,111,232); }
H1.HeaderClassName
{
color: #826FE8;
}
.AnyTagClassName
{
color: #826FE8;
}
</style>
background-color css
<style>
a { background-color: #826FE8; }
a { background-color: rgb(130,111,232); }
div.DivClassName
{
background-color: #826FE8;
}
.BgClassName
{
background-color: #826FE8;
}
</style>
border-color css
<style>
span { border-color: #826FE8; }
span { border-color: rgb(130,111,232); }
td.TdClassName
{
border-color: #826FE8;
}
.TagClassName
{
border-color: #826FE8;
}
</style>