Shades of Medium Slate Blue #655BEC
Tints of Medium Slate Blue #655BEC
RGB
CMYK
RGB Variations
Color information
#655BEC (or 0x655BEC) is known color: Medium Slate Blue. HEX triplet: 65, 5B and EC. RGB value is (101,91,236). Sum of RGB (Red+Green+Blue) = 101+91+236=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #655BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BEC is #9AA413. Grayscale: #6D6D6D. Windows color (decimal): -10134548 or 15489893. OLE color: 15489893.
HSL color Cylindrical-coordinate representation of color #655BEC: hue angle of 244.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655BEC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 91 | 236 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.07 |
| HSL | 244.14º | 0.79% | 0.64% | - |
| HSV(B) | 244.14º | 0.61% | 0.93% | - |
| XYZ | 24.25 | 16.31 | 81.23 | - |
| YUV | 110.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 236 | 0.57 | 0.61 | 0 | 0.07 | 244.14 | 0.79 | 0.64 |
| Hex | 65 | 5B | EC | 39 | 3D | 0 | 7 | F4 | 4F | 40 |
| Octal | 145 | 133 | 354 | 71 | 75 | 0 | 7 | 364 | 117 | 100 |
| Binary | 1100101 | 1011011 | 11101100 | 111001 | 111101 | 0 | 111 | 11110100 | 1001111 | 1000000 |
Color Harmonies of #655BEC
Complementary color
Monochromatic Colors of #655BEC
Black with #655BEC
Text Example
Text Example
White with #655BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BEC; }
p { color: rgb(101,91,236); }
H1.HeaderClassName
{
color: #655BEC;
}
.AnyTagClassName
{
color: #655BEC;
}
</style>
background-color css
<style>
a { background-color: #655BEC; }
a { background-color: rgb(101,91,236); }
div.DivClassName
{
background-color: #655BEC;
}
.BgClassName
{
background-color: #655BEC;
}
</style>
border-color css
<style>
span { border-color: #655BEC; }
span { border-color: rgb(101,91,236); }
td.TdClassName
{
border-color: #655BEC;
}
.TagClassName
{
border-color: #655BEC;
}
</style>