Shades of Medium Slate Blue #8475EA
Tints of Medium Slate Blue #8475EA
RGB
CMYK
RGB Variations
Color information
#8475EA (or 0x8475EA) is known color: Medium Slate Blue. HEX triplet: 84, 75 and EA. RGB value is (132,117,234). Sum of RGB (Red+Green+Blue) = 132+117+234=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #8475EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8475EA is #7B8A15. Grayscale: #868686. Windows color (decimal): -8096278 or 15365508. OLE color: 15365508.
HSL color Cylindrical-coordinate representation of color #8475EA: hue angle of 247.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8475EA is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 117 | 234 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.08 |
| HSL | 247.69º | 0.74% | 0.69% | - |
| HSV(B) | 247.69º | 0.5% | 0.92% | - |
| XYZ | 30.73 | 23.57 | 80.77 | - |
| YUV | 134.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 234 | 0.44 | 0.5 | 0 | 0.08 | 247.69 | 0.74 | 0.69 |
| Hex | 84 | 75 | EA | 2C | 32 | 0 | 8 | F8 | 4A | 45 |
| Octal | 204 | 165 | 352 | 54 | 62 | 0 | 10 | 370 | 112 | 105 |
| Binary | 10000100 | 1110101 | 11101010 | 101100 | 110010 | 0 | 1000 | 11111000 | 1001010 | 1000101 |
Color Harmonies of #8475EA
Complementary color
Monochromatic Colors of #8475EA
Black with #8475EA
Text Example
Text Example
White with #8475EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8475EA; }
p { color: rgb(132,117,234); }
H1.HeaderClassName
{
color: #8475EA;
}
.AnyTagClassName
{
color: #8475EA;
}
</style>
background-color css
<style>
a { background-color: #8475EA; }
a { background-color: rgb(132,117,234); }
div.DivClassName
{
background-color: #8475EA;
}
.BgClassName
{
background-color: #8475EA;
}
</style>
border-color css
<style>
span { border-color: #8475EA; }
span { border-color: rgb(132,117,234); }
td.TdClassName
{
border-color: #8475EA;
}
.TagClassName
{
border-color: #8475EA;
}
</style>