Shades of Medium Slate Blue #8055DC
Tints of Medium Slate Blue #8055DC
RGB
CMYK
RGB Variations
Color information
#8055DC (or 0x8055DC) is known color: Medium Slate Blue. HEX triplet: 80, 55 and DC. RGB value is (128,85,220). Sum of RGB (Red+Green+Blue) = 128+85+220=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #8055DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055DC is #7FAA23. Grayscale: #707070. Windows color (decimal): -8366628 or 14439808. OLE color: 14439808.
HSL color Cylindrical-coordinate representation of color #8055DC: hue angle of 259.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8055DC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 85 | 220 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.14 |
| HSL | 259.11º | 0.66% | 0.6% | - |
| HSV(B) | 259.11º | 0.61% | 0.86% | - |
| XYZ | 25.07 | 16.25 | 69.53 | - |
| YUV | 113.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 220 | 0.42 | 0.61 | 0 | 0.14 | 259.11 | 0.66 | 0.6 |
| Hex | 80 | 55 | DC | 2A | 3D | 0 | E | 103 | 42 | 3C |
| Octal | 200 | 125 | 334 | 52 | 75 | 0 | 16 | 403 | 102 | 74 |
| Binary | 10000000 | 1010101 | 11011100 | 101010 | 111101 | 0 | 1110 | 100000011 | 1000010 | 111100 |
Color Harmonies of #8055DC
Complementary color
Monochromatic Colors of #8055DC
Black with #8055DC
Text Example
Text Example
White with #8055DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055DC; }
p { color: rgb(128,85,220); }
H1.HeaderClassName
{
color: #8055DC;
}
.AnyTagClassName
{
color: #8055DC;
}
</style>
background-color css
<style>
a { background-color: #8055DC; }
a { background-color: rgb(128,85,220); }
div.DivClassName
{
background-color: #8055DC;
}
.BgClassName
{
background-color: #8055DC;
}
</style>
border-color css
<style>
span { border-color: #8055DC; }
span { border-color: rgb(128,85,220); }
td.TdClassName
{
border-color: #8055DC;
}
.TagClassName
{
border-color: #8055DC;
}
</style>