Shades of Medium Slate Blue #655AED
Tints of Medium Slate Blue #655AED
RGB
CMYK
RGB Variations
Color information
#655AED (or 0x655AED) is known color: Medium Slate Blue. HEX triplet: 65, 5A and ED. RGB value is (101,90,237). Sum of RGB (Red+Green+Blue) = 101+90+237=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #655AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655AED is #9AA512. Grayscale: #6D6D6D. Windows color (decimal): -10134803 or 15555173. OLE color: 15555173.
HSL color Cylindrical-coordinate representation of color #655AED: hue angle of 244.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655AED is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 90 | 237 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.07 |
| HSL | 244.49º | 0.8% | 0.64% | - |
| HSV(B) | 244.49º | 0.62% | 0.93% | - |
| XYZ | 24.31 | 16.19 | 81.97 | - |
| YUV | 110.05 | 199.64 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 237 | 0.57 | 0.62 | 0 | 0.07 | 244.49 | 0.8 | 0.64 |
| Hex | 65 | 5A | ED | 39 | 3E | 0 | 7 | F4 | 50 | 40 |
| Octal | 145 | 132 | 355 | 71 | 76 | 0 | 7 | 364 | 120 | 100 |
| Binary | 1100101 | 1011010 | 11101101 | 111001 | 111110 | 0 | 111 | 11110100 | 1010000 | 1000000 |
Color Harmonies of #655AED
Complementary color
Monochromatic Colors of #655AED
Black with #655AED
Text Example
Text Example
White with #655AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AED; }
p { color: rgb(101,90,237); }
H1.HeaderClassName
{
color: #655AED;
}
.AnyTagClassName
{
color: #655AED;
}
</style>
background-color css
<style>
a { background-color: #655AED; }
a { background-color: rgb(101,90,237); }
div.DivClassName
{
background-color: #655AED;
}
.BgClassName
{
background-color: #655AED;
}
</style>
border-color css
<style>
span { border-color: #655AED; }
span { border-color: rgb(101,90,237); }
td.TdClassName
{
border-color: #655AED;
}
.TagClassName
{
border-color: #655AED;
}
</style>