Shades of Medium Slate Blue #655CEC
Tints of Medium Slate Blue #655CEC
RGB
CMYK
RGB Variations
Color information
#655CEC (or 0x655CEC) is known color: Medium Slate Blue. HEX triplet: 65, 5C and EC. RGB value is (101,92,236). Sum of RGB (Red+Green+Blue) = 101+92+236=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #655CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655CEC is #9AA313. Grayscale: #6E6E6E. Windows color (decimal): -10134292 or 15490149. OLE color: 15490149.
HSL color Cylindrical-coordinate representation of color #655CEC: hue angle of 243.75º 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 #655CEC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 92 | 236 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.07 |
| HSL | 243.75º | 0.79% | 0.64% | - |
| HSV(B) | 243.75º | 0.61% | 0.93% | - |
| XYZ | 24.33 | 16.48 | 81.25 | - |
| YUV | 111.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 236 | 0.57 | 0.61 | 0 | 0.07 | 243.75 | 0.79 | 0.64 |
| Hex | 65 | 5C | EC | 39 | 3D | 0 | 7 | F4 | 4F | 40 |
| Octal | 145 | 134 | 354 | 71 | 75 | 0 | 7 | 364 | 117 | 100 |
| Binary | 1100101 | 1011100 | 11101100 | 111001 | 111101 | 0 | 111 | 11110100 | 1001111 | 1000000 |
Color Harmonies of #655CEC
Complementary color
Monochromatic Colors of #655CEC
Black with #655CEC
Text Example
Text Example
White with #655CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CEC; }
p { color: rgb(101,92,236); }
H1.HeaderClassName
{
color: #655CEC;
}
.AnyTagClassName
{
color: #655CEC;
}
</style>
background-color css
<style>
a { background-color: #655CEC; }
a { background-color: rgb(101,92,236); }
div.DivClassName
{
background-color: #655CEC;
}
.BgClassName
{
background-color: #655CEC;
}
</style>
border-color css
<style>
span { border-color: #655CEC; }
span { border-color: rgb(101,92,236); }
td.TdClassName
{
border-color: #655CEC;
}
.TagClassName
{
border-color: #655CEC;
}
</style>