Shades of Medium Slate Blue #8278DF
Tints of Medium Slate Blue #8278DF
RGB
CMYK
RGB Variations
Color information
#8278DF (or 0x8278DF) is known color: Medium Slate Blue. HEX triplet: 82, 78 and DF. RGB value is (130,120,223). Sum of RGB (Red+Green+Blue) = 130+120+223=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #8278DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278DF is #7D8720. Grayscale: #868686. Windows color (decimal): -8226593 or 14645378. OLE color: 14645378.
HSL color Cylindrical-coordinate representation of color #8278DF: hue angle of 245.83º degrees, saturation: 0.62, 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 #8278DF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 120 | 223 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.13 |
| HSL | 245.83º | 0.62% | 0.67% | - |
| HSV(B) | 245.83º | 0.46% | 0.87% | - |
| XYZ | 29.24 | 23.51 | 72.81 | - |
| YUV | 134.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 223 | 0.42 | 0.46 | 0 | 0.13 | 245.83 | 0.62 | 0.67 |
| Hex | 82 | 78 | DF | 2A | 2E | 0 | D | F6 | 3E | 43 |
| Octal | 202 | 170 | 337 | 52 | 56 | 0 | 15 | 366 | 76 | 103 |
| Binary | 10000010 | 1111000 | 11011111 | 101010 | 101110 | 0 | 1101 | 11110110 | 111110 | 1000011 |
Color Harmonies of #8278DF
Complementary color
Monochromatic Colors of #8278DF
Black with #8278DF
Text Example
Text Example
White with #8278DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8278DF; }
p { color: rgb(130,120,223); }
H1.HeaderClassName
{
color: #8278DF;
}
.AnyTagClassName
{
color: #8278DF;
}
</style>
background-color css
<style>
a { background-color: #8278DF; }
a { background-color: rgb(130,120,223); }
div.DivClassName
{
background-color: #8278DF;
}
.BgClassName
{
background-color: #8278DF;
}
</style>
border-color css
<style>
span { border-color: #8278DF; }
span { border-color: rgb(130,120,223); }
td.TdClassName
{
border-color: #8278DF;
}
.TagClassName
{
border-color: #8278DF;
}
</style>