Shades of Medium Slate Blue #655DE8
Tints of Medium Slate Blue #655DE8
RGB
CMYK
RGB Variations
Color information
#655DE8 (or 0x655DE8) is known color: Medium Slate Blue. HEX triplet: 65, 5D and E8. RGB value is (101,93,232). Sum of RGB (Red+Green+Blue) = 101+93+232=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #655DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655DE8 is #9AA217. Grayscale: #6E6E6E. Windows color (decimal): -10134040 or 15228261. OLE color: 15228261.
HSL color Cylindrical-coordinate representation of color #655DE8: hue angle of 243.45º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #655DE8 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 93 | 232 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.09 |
| HSL | 243.45º | 0.75% | 0.64% | - |
| HSV(B) | 243.45º | 0.6% | 0.91% | - |
| XYZ | 23.85 | 16.42 | 78.26 | - |
| YUV | 111.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 232 | 0.56 | 0.60 | 0 | 0.09 | 243.45 | 0.75 | 0.64 |
| Hex | 65 | 5D | E8 | 38 | 3C | 0 | 9 | F3 | 4B | 40 |
| Octal | 145 | 135 | 350 | 70 | 74 | 0 | 11 | 363 | 113 | 100 |
| Binary | 1100101 | 1011101 | 11101000 | 111000 | 111100 | 0 | 1001 | 11110011 | 1001011 | 1000000 |
Color Harmonies of #655DE8
Complementary color
Monochromatic Colors of #655DE8
Black with #655DE8
Text Example
Text Example
White with #655DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DE8; }
p { color: rgb(101,93,232); }
H1.HeaderClassName
{
color: #655DE8;
}
.AnyTagClassName
{
color: #655DE8;
}
</style>
background-color css
<style>
a { background-color: #655DE8; }
a { background-color: rgb(101,93,232); }
div.DivClassName
{
background-color: #655DE8;
}
.BgClassName
{
background-color: #655DE8;
}
</style>
border-color css
<style>
span { border-color: #655DE8; }
span { border-color: rgb(101,93,232); }
td.TdClassName
{
border-color: #655DE8;
}
.TagClassName
{
border-color: #655DE8;
}
</style>