Shades of Medium Slate Blue #8268DD
Tints of Medium Slate Blue #8268DD
RGB
CMYK
RGB Variations
Color information
#8268DD (or 0x8268DD) is known color: Medium Slate Blue. HEX triplet: 82, 68 and DD. RGB value is (130,104,221). Sum of RGB (Red+Green+Blue) = 130+104+221=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #8268DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268DD is #7D9722. Grayscale: #7C7C7C. Windows color (decimal): -8230691 or 14510210. OLE color: 14510210.
HSL color Cylindrical-coordinate representation of color #8268DD: hue angle of 253.33º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8268DD is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 104 | 221 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.13 |
| HSL | 253.33º | 0.63% | 0.64% | - |
| HSV(B) | 253.33º | 0.53% | 0.87% | - |
| XYZ | 27.21 | 19.87 | 70.81 | - |
| YUV | 125.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 221 | 0.41 | 0.53 | 0 | 0.13 | 253.33 | 0.63 | 0.64 |
| Hex | 82 | 68 | DD | 29 | 35 | 0 | D | FD | 3F | 40 |
| Octal | 202 | 150 | 335 | 51 | 65 | 0 | 15 | 375 | 77 | 100 |
| Binary | 10000010 | 1101000 | 11011101 | 101001 | 110101 | 0 | 1101 | 11111101 | 111111 | 1000000 |
Color Harmonies of #8268DD
Complementary color
Monochromatic Colors of #8268DD
Black with #8268DD
Text Example
Text Example
White with #8268DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8268DD; }
p { color: rgb(130,104,221); }
H1.HeaderClassName
{
color: #8268DD;
}
.AnyTagClassName
{
color: #8268DD;
}
</style>
background-color css
<style>
a { background-color: #8268DD; }
a { background-color: rgb(130,104,221); }
div.DivClassName
{
background-color: #8268DD;
}
.BgClassName
{
background-color: #8268DD;
}
</style>
border-color css
<style>
span { border-color: #8268DD; }
span { border-color: rgb(130,104,221); }
td.TdClassName
{
border-color: #8268DD;
}
.TagClassName
{
border-color: #8268DD;
}
</style>