Shades of Medium Slate Blue #655CED
Tints of Medium Slate Blue #655CED
RGB
CMYK
RGB Variations
Color information
#655CED (or 0x655CED) is known color: Medium Slate Blue. HEX triplet: 65, 5C and ED. RGB value is (101,92,237). Sum of RGB (Red+Green+Blue) = 101+92+237=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #655CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655CED is #9AA312. Grayscale: #6E6E6E. Windows color (decimal): -10134291 or 15555685. OLE color: 15555685.
HSL color Cylindrical-coordinate representation of color #655CED: hue angle of 243.72º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655CED is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 92 | 237 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.07 |
| HSL | 243.72º | 0.8% | 0.65% | - |
| HSV(B) | 243.72º | 0.61% | 0.93% | - |
| XYZ | 24.48 | 16.54 | 82.02 | - |
| YUV | 111.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 237 | 0.57 | 0.61 | 0 | 0.07 | 243.72 | 0.8 | 0.65 |
| Hex | 65 | 5C | ED | 39 | 3D | 0 | 7 | F4 | 50 | 41 |
| Octal | 145 | 134 | 355 | 71 | 75 | 0 | 7 | 364 | 120 | 101 |
| Binary | 1100101 | 1011100 | 11101101 | 111001 | 111101 | 0 | 111 | 11110100 | 1010000 | 1000001 |
Color Harmonies of #655CED
Complementary color
Monochromatic Colors of #655CED
Black with #655CED
Text Example
Text Example
White with #655CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CED; }
p { color: rgb(101,92,237); }
H1.HeaderClassName
{
color: #655CED;
}
.AnyTagClassName
{
color: #655CED;
}
</style>
background-color css
<style>
a { background-color: #655CED; }
a { background-color: rgb(101,92,237); }
div.DivClassName
{
background-color: #655CED;
}
.BgClassName
{
background-color: #655CED;
}
</style>
border-color css
<style>
span { border-color: #655CED; }
span { border-color: rgb(101,92,237); }
td.TdClassName
{
border-color: #655CED;
}
.TagClassName
{
border-color: #655CED;
}
</style>