Shades of Medium Slate Blue #8075DD
Tints of Medium Slate Blue #8075DD
RGB
CMYK
RGB Variations
Color information
#8075DD (or 0x8075DD) is known color: Medium Slate Blue. HEX triplet: 80, 75 and DD. RGB value is (128,117,221). Sum of RGB (Red+Green+Blue) = 128+117+221=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #8075DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075DD is #7F8A22. Grayscale: #838383. Windows color (decimal): -8358435 or 14513536. OLE color: 14513536.
HSL color Cylindrical-coordinate representation of color #8075DD: hue angle of 246.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8075DD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 117 | 221 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.13 |
| HSL | 246.35º | 0.6% | 0.66% | - |
| HSV(B) | 246.35º | 0.47% | 0.87% | - |
| XYZ | 28.31 | 22.53 | 71.26 | - |
| YUV | 132.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 221 | 0.42 | 0.47 | 0 | 0.13 | 246.35 | 0.6 | 0.66 |
| Hex | 80 | 75 | DD | 2A | 2F | 0 | D | F6 | 3C | 42 |
| Octal | 200 | 165 | 335 | 52 | 57 | 0 | 15 | 366 | 74 | 102 |
| Binary | 10000000 | 1110101 | 11011101 | 101010 | 101111 | 0 | 1101 | 11110110 | 111100 | 1000010 |
Color Harmonies of #8075DD
Complementary color
Monochromatic Colors of #8075DD
Black with #8075DD
Text Example
Text Example
White with #8075DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075DD; }
p { color: rgb(128,117,221); }
H1.HeaderClassName
{
color: #8075DD;
}
.AnyTagClassName
{
color: #8075DD;
}
</style>
background-color css
<style>
a { background-color: #8075DD; }
a { background-color: rgb(128,117,221); }
div.DivClassName
{
background-color: #8075DD;
}
.BgClassName
{
background-color: #8075DD;
}
</style>
border-color css
<style>
span { border-color: #8075DD; }
span { border-color: rgb(128,117,221); }
td.TdClassName
{
border-color: #8075DD;
}
.TagClassName
{
border-color: #8075DD;
}
</style>