Shades of Medium Slate Blue #8475DF
Tints of Medium Slate Blue #8475DF
RGB
CMYK
RGB Variations
Color information
#8475DF (or 0x8475DF) is known color: Medium Slate Blue. HEX triplet: 84, 75 and DF. RGB value is (132,117,223). Sum of RGB (Red+Green+Blue) = 132+117+223=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8475DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475DF is #7B8A20. Grayscale: #858585. Windows color (decimal): -8096289 or 14644612. OLE color: 14644612.
HSL color Cylindrical-coordinate representation of color #8475DF: hue angle of 248.49º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8475DF is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 117 | 223 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.13 |
| HSL | 248.49º | 0.62% | 0.67% | - |
| HSV(B) | 248.49º | 0.48% | 0.87% | - |
| XYZ | 29.2 | 22.96 | 72.7 | - |
| YUV | 133.57 | 178.47 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 223 | 0.41 | 0.48 | 0 | 0.13 | 248.49 | 0.62 | 0.67 |
| Hex | 84 | 75 | DF | 29 | 30 | 0 | D | F8 | 3E | 43 |
| Octal | 204 | 165 | 337 | 51 | 60 | 0 | 15 | 370 | 76 | 103 |
| Binary | 10000100 | 1110101 | 11011111 | 101001 | 110000 | 0 | 1101 | 11111000 | 111110 | 1000011 |
Color Harmonies of #8475DF
Complementary color
Monochromatic Colors of #8475DF
Black with #8475DF
Text Example
Text Example
White with #8475DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8475DF; }
p { color: rgb(132,117,223); }
H1.HeaderClassName
{
color: #8475DF;
}
.AnyTagClassName
{
color: #8475DF;
}
</style>
background-color css
<style>
a { background-color: #8475DF; }
a { background-color: rgb(132,117,223); }
div.DivClassName
{
background-color: #8475DF;
}
.BgClassName
{
background-color: #8475DF;
}
</style>
border-color css
<style>
span { border-color: #8475DF; }
span { border-color: rgb(132,117,223); }
td.TdClassName
{
border-color: #8475DF;
}
.TagClassName
{
border-color: #8475DF;
}
</style>