Shades of Medium Slate Blue #8470DF
Tints of Medium Slate Blue #8470DF
RGB
CMYK
RGB Variations
Color information
#8470DF (or 0x8470DF) is known color: Medium Slate Blue. HEX triplet: 84, 70 and DF. RGB value is (132,112,223). Sum of RGB (Red+Green+Blue) = 132+112+223=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #8470DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470DF is #7B8F20. Grayscale: #828282. Windows color (decimal): -8097569 or 14643332. OLE color: 14643332.
HSL color Cylindrical-coordinate representation of color #8470DF: hue angle of 250.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8470DF is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 112 | 223 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.13 |
| HSL | 250.81º | 0.63% | 0.66% | - |
| HSV(B) | 250.81º | 0.5% | 0.87% | - |
| XYZ | 28.63 | 21.82 | 72.52 | - |
| YUV | 130.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 223 | 0.41 | 0.50 | 0 | 0.13 | 250.81 | 0.63 | 0.66 |
| Hex | 84 | 70 | DF | 29 | 32 | 0 | D | FB | 3F | 42 |
| Octal | 204 | 160 | 337 | 51 | 62 | 0 | 15 | 373 | 77 | 102 |
| Binary | 10000100 | 1110000 | 11011111 | 101001 | 110010 | 0 | 1101 | 11111011 | 111111 | 1000010 |
Color Harmonies of #8470DF
Complementary color
Monochromatic Colors of #8470DF
Black with #8470DF
Text Example
Text Example
White with #8470DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8470DF; }
p { color: rgb(132,112,223); }
H1.HeaderClassName
{
color: #8470DF;
}
.AnyTagClassName
{
color: #8470DF;
}
</style>
background-color css
<style>
a { background-color: #8470DF; }
a { background-color: rgb(132,112,223); }
div.DivClassName
{
background-color: #8470DF;
}
.BgClassName
{
background-color: #8470DF;
}
</style>
border-color css
<style>
span { border-color: #8470DF; }
span { border-color: rgb(132,112,223); }
td.TdClassName
{
border-color: #8470DF;
}
.TagClassName
{
border-color: #8470DF;
}
</style>