Shades of Medium Slate Blue #8279DF
Tints of Medium Slate Blue #8279DF
RGB
CMYK
RGB Variations
Color information
#8279DF (or 0x8279DF) is known color: Medium Slate Blue. HEX triplet: 82, 79 and DF. RGB value is (130,121,223). Sum of RGB (Red+Green+Blue) = 130+121+223=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #8279DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279DF is #7D8620. Grayscale: #868686. Windows color (decimal): -8226337 or 14645634. OLE color: 14645634.
HSL color Cylindrical-coordinate representation of color #8279DF: hue angle of 245.29º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8279DF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 121 | 223 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.13 |
| HSL | 245.29º | 0.61% | 0.67% | - |
| HSV(B) | 245.29º | 0.46% | 0.87% | - |
| XYZ | 29.36 | 23.75 | 72.85 | - |
| YUV | 135.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 223 | 0.42 | 0.46 | 0 | 0.13 | 245.29 | 0.61 | 0.67 |
| Hex | 82 | 79 | DF | 2A | 2E | 0 | D | F5 | 3D | 43 |
| Octal | 202 | 171 | 337 | 52 | 56 | 0 | 15 | 365 | 75 | 103 |
| Binary | 10000010 | 1111001 | 11011111 | 101010 | 101110 | 0 | 1101 | 11110101 | 111101 | 1000011 |
Color Harmonies of #8279DF
Complementary color
Monochromatic Colors of #8279DF
Black with #8279DF
Text Example
Text Example
White with #8279DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279DF; }
p { color: rgb(130,121,223); }
H1.HeaderClassName
{
color: #8279DF;
}
.AnyTagClassName
{
color: #8279DF;
}
</style>
background-color css
<style>
a { background-color: #8279DF; }
a { background-color: rgb(130,121,223); }
div.DivClassName
{
background-color: #8279DF;
}
.BgClassName
{
background-color: #8279DF;
}
</style>
border-color css
<style>
span { border-color: #8279DF; }
span { border-color: rgb(130,121,223); }
td.TdClassName
{
border-color: #8279DF;
}
.TagClassName
{
border-color: #8279DF;
}
</style>