Shades of Medium Slate Blue #8269E3
Tints of Medium Slate Blue #8269E3
RGB
CMYK
RGB Variations
Color information
#8269E3 (or 0x8269E3) is known color: Medium Slate Blue. HEX triplet: 82, 69 and E3. RGB value is (130,105,227). Sum of RGB (Red+Green+Blue) = 130+105+227=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #8269E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269E3 is #7D961C. Grayscale: #7D7D7D. Windows color (decimal): -8230429 or 14903682. OLE color: 14903682.
HSL color Cylindrical-coordinate representation of color #8269E3: hue angle of 252.3º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8269E3 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 105 | 227 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.11 |
| HSL | 252.3º | 0.69% | 0.65% | - |
| HSV(B) | 252.3º | 0.54% | 0.89% | - |
| XYZ | 28.12 | 20.4 | 75.13 | - |
| YUV | 126.38 | 184.78 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 227 | 0.43 | 0.54 | 0 | 0.11 | 252.3 | 0.69 | 0.65 |
| Hex | 82 | 69 | E3 | 2B | 36 | 0 | B | FC | 45 | 41 |
| Octal | 202 | 151 | 343 | 53 | 66 | 0 | 13 | 374 | 105 | 101 |
| Binary | 10000010 | 1101001 | 11100011 | 101011 | 110110 | 0 | 1011 | 11111100 | 1000101 | 1000001 |
Color Harmonies of #8269E3
Complementary color
Monochromatic Colors of #8269E3
Black with #8269E3
Text Example
Text Example
White with #8269E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8269E3; }
p { color: rgb(130,105,227); }
H1.HeaderClassName
{
color: #8269E3;
}
.AnyTagClassName
{
color: #8269E3;
}
</style>
background-color css
<style>
a { background-color: #8269E3; }
a { background-color: rgb(130,105,227); }
div.DivClassName
{
background-color: #8269E3;
}
.BgClassName
{
background-color: #8269E3;
}
</style>
border-color css
<style>
span { border-color: #8269E3; }
span { border-color: rgb(130,105,227); }
td.TdClassName
{
border-color: #8269E3;
}
.TagClassName
{
border-color: #8269E3;
}
</style>